|
Cogs.Core
|
This is the complete list of members for Cogs::Memory::Allocator, including all inherited members.
| allocate(size_t size, size_t alignment=0, MemBlockType type=MemBlockType::Block) | Cogs::Memory::Allocator | virtual |
| allocated (defined in Cogs::Memory::Allocator) | Cogs::Memory::Allocator | protected |
| allocations (defined in Cogs::Memory::Allocator) | Cogs::Memory::Allocator | protected |
| Allocator()=default (defined in Cogs::Memory::Allocator) | Cogs::Memory::Allocator | |
| changeType(void *ptr, size_t size, MemBlockType oldType, MemBlockType newType) (defined in Cogs::Memory::Allocator) | Cogs::Memory::Allocator | virtual |
| deallocate(void *ptr, size_t size, MemBlockType type=MemBlockType::Block) | Cogs::Memory::Allocator | virtual |
| defaultAllocator() | Cogs::Memory::Allocator | static |
| getAllocatedBytes() const | Cogs::Memory::Allocator | inlinevirtual |
| getAllocationCount() const | Cogs::Memory::Allocator | inlinevirtual |
| overflowAllocator() | Cogs::Memory::Allocator | static |
| ~Allocator()=default (defined in Cogs::Memory::Allocator) | Cogs::Memory::Allocator | virtual |