一、基本原理
Johnson Counter,约翰逊计数器,是一种环形计数器,这种移位寄存器的主要优点是,与标准环形计数器相比,它只需要一半数量的触发器。“n级”约翰逊计数器将循环一个数据位,给出 2n 不同状态的序…
文章目录 1. shallow heap2. retained heap3. dominator tree(控制树) 1. shallow heap
引用原文介绍 :Shallow heap is the memory consumed by one object. An object needs 32 or 64 bits (depending on the OS architecture) per reference, 4 bytes per Integ…