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

This is the complete list of members for Grindstone::Memory::Allocators::GenericPoolAllocator, including all inherited members.

Allocate() (defined in Grindstone::Memory::Allocators::GenericPoolAllocator)Grindstone::Memory::Allocators::GenericPoolAllocator
AllocateImpl() (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorinlineprotected
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::GenericPoolAllocator)Grindstone::Memory::Allocators::GenericPoolAllocator
Deallocate(void *ptr) (defined in Grindstone::Memory::Allocators::GenericPoolAllocator)Grindstone::Memory::Allocators::GenericPoolAllocator
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
deleteFn (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
Destroy() (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocator
GenericPoolAllocator()=default (defined in Grindstone::Memory::Allocators::GenericPoolAllocator)Grindstone::Memory::Allocators::GenericPoolAllocator
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, size_t sizePerChunk) (defined in Grindstone::Memory::Allocators::GenericPoolAllocator)Grindstone::Memory::Allocators::GenericPoolAllocator
Initialize(size_t sizePerChunk, size_t maxChunkCount) (defined in Grindstone::Memory::Allocators::GenericPoolAllocator)Grindstone::Memory::Allocators::GenericPoolAllocator
IsEmpty() const (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocator
memory (defined in Grindstone::Memory::Allocators::BasePoolAllocator)Grindstone::Memory::Allocators::BasePoolAllocatorprotected
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
~GenericPoolAllocator() (defined in Grindstone::Memory::Allocators::GenericPoolAllocator)Grindstone::Memory::Allocators::GenericPoolAllocator