tlx
stack_allocator.hpp File Reference
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <tlx/allocator_base.hpp>

Go to the source code of this file.

Classes

class  StackArena< Size >
 Storage area allocated on the stack and usable by a StackAllocator. More...
 
union  StackArena< Size >::AlignmentHelper
 union to enforce alignment of buffer area More...
 
class  StackAllocator< Type, Size >
 
struct  StackAllocator< Type, Size >::rebind< Other >
 required rebind. More...
 

Namespaces

 tlx