CppCommon 1.0.5.0
C++ Common Library
Loading...
Searching...
No Matches
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

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

Detailed Description

Memory pool allocator definition.

Author
Ivan Shynkarenka
Date
08.05.2017

Definition in file allocator_pool.h.