CppCommon 1.0.5.0
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 | |
namespace | 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. | |
Memory pool allocator definition.
Definition in file allocator_pool.h.