CppCommon 1.0.6.0
C++ Common Library
Loading...
Searching...
No Matches
allocator_heap.h File Reference

Heap memory allocator definition. More...

#include "allocator.h"
#include "allocator_heap.inl"

Go to the source code of this file.

Classes

class  CppCommon::HeapMemoryManager
 Heap memory manager class. More...

Namespaces

namespace  CppCommon
 C++ Common project definitions.

Typedefs

template<typename T, bool nothrow = false>
using CppCommon::HeapAllocator = Allocator<T, HeapMemoryManager, nothrow>
 Heap memory allocator class.

Detailed Description

Heap memory allocator definition.

Author
Ivan Shynkarenka
Date
07.06.2017

Definition in file allocator_heap.h.