CppCommon
1.0.4.1
C++ Common Library
|
Memory pool allocator definition. More...
Go to the source code of this file.
Classes | |
class | CppCommon::PoolMemoryManager< TAuxMemoryManager > |
Memory pool manager class. More... | |
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Typedefs | |
template<typename T , class TAuxMemoryManager = DefaultMemoryManager, bool nothrow = false> | |
using | CppCommon::PoolAllocator = Allocator< T, PoolMemoryManager< TAuxMemoryManager >, nothrow > |
Pool memory allocator class. More... | |
Memory pool allocator definition.
Definition in file allocator_pool.h.