MAGE  v0.171.0
Matthias Advanced Game Engine
mage::MemoryArena Member List

This is the complete list of members for mage::MemoryArena, including all inherited members.

Alloc(std::size_t size)mage::MemoryArena
AllocData(std::size_t count=1u, bool initialization=false)mage::MemoryArena
GetAlignment() const noexceptmage::MemoryArena
GetAllocator() noexceptmage::MemoryArena
GetCurrentBlockPtr() const noexceptmage::MemoryArena
GetCurrentBlockSize() const noexceptmage::MemoryArena
GetMaximumBlockSize() const noexceptmage::MemoryArena
GetTotalBlockSize() const noexceptmage::MemoryArena
m_alignmentmage::MemoryArenaprivate
m_available_blocksmage::MemoryArenaprivate
m_current_blockmage::MemoryArenaprivate
m_current_block_posmage::MemoryArenaprivate
m_maximum_block_sizemage::MemoryArenaprivate
m_used_blocksmage::MemoryArenaprivate
MemoryArena(std::size_t maximum_block_size, std::size_t alignment)mage::MemoryArenaexplicit
MemoryArena(const MemoryArena &arena)=deletemage::MemoryArena
MemoryArena(MemoryArena &&arena)mage::MemoryArena
MemoryBlock typedefmage::MemoryArenaprivate
operator=(const MemoryArena &arena)=deletemage::MemoryArena
operator=(MemoryArena &&arena)=deletemage::MemoryArena
Reset()mage::MemoryArena
~MemoryArena()mage::MemoryArena