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

Arena memory allocator definition. More...

#include "allocator.h"
#include "allocator_arena.inl"

Go to the source code of this file.

Classes

class  CppCommon::ArenaMemoryManager< TAuxMemoryManager >
 Arena memory manager class. More...
 

Namespaces

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

Detailed Description

Arena memory allocator definition.

Author
Ivan Shynkarenka
Date
17.04.2017

Definition in file allocator_arena.h.