Study note

The Price of Dynamic Memory Allocation

Properties

Type
Blogs
Status
待读
Domain
Systems
Category
内存管理与虚拟内存
Source
johnnysswlab.com
Vault note
library/articles/systems/The-Price-of-Dynamic-Memory-Allocation-455a4ad944bca9e3.md

Summary

Johnny's Software Lab 关于动态内存分配成本的文章,适合作为理解 `malloc`/`free`、堆分配开销、碎片化、缓存局部性和专用 allocator 取舍的待读材料。

Highlights

可以和 Ginger Bill 的内存分配策略系列一起读:前者关注动态分配的性能代价和问题现象,后者补 arena、pool、free list 等替代设计。

Notes

动态内存分配成本、allocator 行为和性能敏感代码中的内存管理。

Comments

Loading comments...