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