Lugdunum  0.1.0
Classes | Typedefs
lug::System::Memory::Allocator Namespace Reference

Classes

class  Basic
 
class  Chunk
 
class  Linear
 
class  Stack
 

Typedefs

template<typename T , size_t Alignment = alignof(T), size_t Offset = 0>
using Pool = Chunk< sizeof(T), Alignment, Offset >
 

Typedef Documentation

◆ Pool

template<typename T , size_t Alignment = alignof(T), size_t Offset = 0>
using lug::System::Memory::Allocator::Pool = typedef Chunk<sizeof(T), Alignment, Offset>

Definition at line 11 of file Pool.hpp.