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

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

Detailed Description

Arena memory allocator definition.

Author
Ivan Shynkarenka
Date
17.04.2017

Definition in file allocator_arena.h.