Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Memory::Allocators::PoolAllocator< T > Member List

This is the complete list of members for Grindstone::Memory::Allocators::PoolAllocator< T >, including all inherited members.

AllocateImpl() (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorinlineprotected
AllocateRaw(Args &&... params) (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >inline
AllocateShared(Args &&... params) (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >inline
AllocateUnique(Args &&... params) (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >inline
AllocateWithoutConstructor() (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >inline
BasePoolAllocator()=default (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
chunkSize (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
Clear() (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocator
ClearAndZero() (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocator
Deallocate(size_t index) (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >inline
Deallocate(void *ptr) (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >inline
DeallocateImpl(size_t index) (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
DeallocateImpl(void *ptr) (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
DeallocateWithoutDestructor(size_t index) (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >inline
DeallocateWithoutDestructor(void *ptr) (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >inline
deleteFn (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
Destroy() (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocator
GetUsedCount() const (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocator
hasAllocatedOwnMemory (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
headFreePtr (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
Initialize(void *ownedMemory, size_t totalSize) (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >inline
Initialize(size_t maxChunkCount) (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >inline
IsEmpty() const (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocator
memory (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
PoolAllocator()=default (defined in Grindstone::Memory::Allocators::PoolAllocator< T >)Grindstone::Memory::Allocators::PoolAllocator< T >
SetupLinkedList() (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorinlineprotected
totalChunkCount (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
totalMemorySize (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
usedChunkCount (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected