Memory Allocation Strategies2 months ago#programming#memory allocation#performancehttps://www.gingerbill.org/series/memory-allocation-strategies/Copy Link讨论了不同类型的内存分配器,包括线性/区域分配器、堆栈分配器、池分配器、空闲链表分配器和伙伴分配器。每种分配器类型都有单独的博文进行讲解,表明这是一个关于内存分配策略的系列或深入探讨。这些博文的时间跨度从2019年到2021年,显示出作者对内存分配主题进行了长期的研究。