Study note

Memory Allocation Strategies

Properties

Type
Blogs
Status
待读
Domain
Systems
Category
内存管理与虚拟内存
Source
gingerbill.org
Vault note
library/articles/systems/Memory-Allocation-Strategies-f5fe2d1952995954.md

Summary

Ginger Bill 的内存分配策略系列,讲解 arena/linear allocator、stack allocator、pool allocator、free list、buddy allocator 等常见 allocator 设计。

Highlights

适合理解通用 malloc 之外的专用内存管理方式,尤其适合游戏、系统软件和性能敏感场景。

Notes

Ginger Bill 的内存分配策略系列,覆盖 arena、stack、pool、free list、buddy allocator。

Comments

Loading comments...