Lugdunum
0.1.0
|
#include <lug/System/Memory/Allocator/Chunk.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 > |