CppCommon  1.0.4.1
C++ Common Library
Classes | Namespaces | Typedefs
allocator_pool.h File Reference

Memory pool allocator definition. More...

#include "allocator.h"
#include "allocator_pool.inl"

Go to the source code of this file.

Classes

class  CppCommon::PoolMemoryManager< TAuxMemoryManager >
 Memory pool manager class. More...
 

Namespaces

 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. More...
 

Detailed Description

Memory pool allocator definition.

Author
Ivan Shynkarenka
Date
08.05.2017

Definition in file allocator_pool.h.