C++内存管理变革系列
C++内存管理变革: GC allocator
- C++内存管理变革(1): GC Allocator
- C++内存管理变革(2):最袖珍的垃圾回收器 - AutoFreeAlloc
- C++内存管理变革(3):另类内存管理 - AutoFreeAlloc典型应用
- C++内存管理变革(4):boost::object_pool与gc allocator
- C++内存管理变革(5):再论C++之垃圾回收(GC)
- C++内存管理变革(6):通用型垃圾回收器 - ScopeAlloc
- C++内存管理变革(7):基于ScopeAlloc的STL容器
- C++内存管理变革(8):Lock Free(无锁)的GC Allocator
参考阅读
StdExt的内存管理组件
内存管理术语表
| English | 中文 |
| Allocator | 内存配置器 |
| GC Allocator | 具垃圾回收能力的内存配置器 |
| GC, Garbage Collection | 垃圾回收 |
| MemPool, Memory Pool | 内存池 |
| SmartPtr, Smart Pointer | 智能指针 |
page_revision: 14, last_edited: 1204707874|%e %b %Y, %H:%M %Z (%O ago)





