CppCommon 1.0.5.0
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 | |
namespace | 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. | |
Arena memory allocator definition.
Definition in file allocator_arena.h.