This is the complete list of members for lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset >, including all inherited members.
_area | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | private |
_currentPage | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | private |
_firstPage | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | private |
_freeList | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | private |
allocate(size_t size, size_t alignment, size_t offset) | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | |
Chunk(lug::System::Memory::Area::IArea *area) | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | |
Chunk(const Chunk &)=delete | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | |
Chunk(Chunk &&)=default | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | |
ChunkSize | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | privatestatic |
free(void *ptr) | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | |
getSize(void *ptr) const | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | |
operator=(const Chunk &)=delete | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | |
operator=(Chunk &&)=default | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | |
reset() | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | |
~Chunk()=default | lug::System::Memory::Allocator::Chunk< MaxSize, MaxAlignment, Offset > | |