Memory Management Innovation
Memory management innovation: GC allocator
- 1. Story of C/C++ memory management innovation
- 2. The tiniest GC allocator: AutoFreeAlloc
- 3. Peculiar ideas of memory management: AutoFreeAlloc's typical applications
- 4. GC allocator and boost::object_pool
- 5. GC (Garbage Collection) in C++
- 6. A general GC allocator: ScopeAlloc
- 7. ScopeAlloc on STL collections
Terms of memory management
page_revision: 8, last_edited: 1202755811|%e %b %Y, %H:%M %Z (%O ago)





