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