CPP Memory Primitives 是 CPP 语言提供的对内存分配的机制,有如下几种
Untitled
内存分配的路径
new / delete 关键字
array new / array delete
placement new
重载operator new
接管CPP中的内存分配
per-class allocator
static allocator
GNU std::alloc 运行模式
GNU bitmap allocator
Loki Allocator
GNU 下的其他 Allocator
malloc / free
Small Block Heap 剖析