CppCommon  1.0.4.1
C++ Common Library
memory Directory Reference

Files

file  allocator.h [code]
 Memory allocator definition.
 
file  allocator.inl [code]
 Memory allocator inline implementation.
 
file  allocator_arena.h [code]
 Arena memory allocator definition.
 
file  allocator_arena.inl [code]
 Arena memory allocator inline implementation.
 
file  allocator_heap.h [code]
 Heap memory allocator definition.
 
file  allocator_heap.inl [code]
 Heap memory allocator inline implementation.
 
file  allocator_null.h [code]
 Null memory allocator definition.
 
file  allocator_null.inl [code]
 Null memory allocator inline implementation.
 
file  allocator_pool.h [code]
 Memory pool allocator definition.
 
file  allocator_pool.inl [code]
 Memory pool allocator inline implementation.
 
file  allocator_stack.h [code]
 Stack memory allocator definition.
 
file  allocator_stack.inl [code]
 Stack memory allocator inline implementation.
 
file  memory.h [code]
 Memory management definition.
 
file  memory.inl [code]
 Memory management inline implementation.
 
file  memory_leaks.h [code]
 Memory leaks detecting tool. Include this file to detect memory leaks in release build.
 
file  memory_leaks_debug.h [code]
 Memory leaks detecting tool. Include this file to detect memory leaks in debug build.