Lugdunum  0.1.0
Namespaces | Typedefs
Pool.hpp File Reference
#include <lug/System/Memory/Allocator/Chunk.hpp>
Include dependency graph for Pool.hpp:

Go to the source code of this file.

Namespaces

 lug
 
 lug::System
 
 lug::System::Memory
 
 lug::System::Memory::Allocator
 

Typedefs

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