netty 源碼解讀三 內存分配相關(1)-buddy 夥伴內存分配算法

1.前言: PooledByteBufAllocator 實現相當複雜,其中涉及許多複雜的數據結構類: 1)PoolArena 2)PoolChunk  3)PoolSubpage 5)PoolThreadCache 還有其他相關輔助類包括 PoolChunkList 其核心思想是利用了爲 FreeBSD 設計的 jemalloc 內存分配算法和 buddy  分配算法。爲了更好地解讀 netty
相關文章
相關標籤/搜索