Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::mem::PoolAllocator Member List

This is the complete list of members for helios::mem::PoolAllocator, including all inherited members.

Alignment() const noexcepthelios::mem::PoolAllocatorinline
BlockCount() const noexcepthelios::mem::PoolAllocatorinline
BlockSize() const noexcepthelios::mem::PoolAllocatorinline
Empty() const noexcepthelios::mem::PoolAllocatorinline
ForType(size_t block_count) noexcepthelios::mem::PoolAllocatorinlinestatic
FreeBlockCount() const noexcepthelios::mem::PoolAllocatorinline
Full() const noexcepthelios::mem::PoolAllocatorinline
Growth() const noexcepthelios::mem::PoolAllocatorinline
InitialBlockCount() const noexcepthelios::mem::PoolAllocatorinline
operator=(const PoolAllocator &)=deletehelios::mem::PoolAllocator
operator=(PoolAllocator &&other) noexcepthelios::mem::PoolAllocatorinline
Owns(const void *ptr) const noexcepthelios::mem::PoolAllocator
PoolAllocator(PoolAllocatorOptions options) noexcepthelios::mem::PoolAllocatorexplicit
PoolAllocator(size_t block_size, size_t block_count, size_t alignment=kDefaultAlignment) noexcepthelios::mem::PoolAllocatorinline
PoolAllocator(const PoolAllocator &)=deletehelios::mem::PoolAllocator
PoolAllocator(PoolAllocator &&other) noexcepthelios::mem::PoolAllocatorinline
Reset() noexcepthelios::mem::PoolAllocatorinline
Stats() const noexcepthelios::mem::PoolAllocatorinline
UsedBlockCount() const noexcepthelios::mem::PoolAllocatorinline
~PoolAllocator() noexcept overridehelios::mem::PoolAllocatorinline