This is the complete list of members for SC::VirtualAllocator, including all inherited members.
allocate(U &&... u) | SC::MemoryAllocator | inline |
allocate(const void *owner, size_t numBytes, size_t alignment) | SC::MemoryAllocator | inline |
allocateImpl(const void *owner, size_t numBytes, size_t alignment) override | SC::VirtualAllocator | protectedvirtual |
FixedAllocator(void *memory, size_t sizeInBytes) (defined in SC::FixedAllocator) | SC::FixedAllocator | |
lastAllocatedSize (defined in SC::FixedAllocator) | SC::FixedAllocator | protected |
lastAllocation (defined in SC::FixedAllocator) | SC::FixedAllocator | protected |
memory (defined in SC::FixedAllocator) | SC::FixedAllocator | protected |
position (defined in SC::FixedAllocator) | SC::FixedAllocator | protected |
reallocate(void *memory, size_t numBytes) | SC::MemoryAllocator | inline |
reallocateImpl(void *memory, size_t numBytes) override | SC::VirtualAllocator | protectedvirtual |
release(void *memory) | SC::MemoryAllocator | inline |
releaseImpl(void *memory) override | SC::FixedAllocator | protectedvirtual |
sizeInBytes (defined in SC::FixedAllocator) | SC::FixedAllocator | protected |
statistics | SC::MemoryAllocator | |
syncFixedAllocator() (defined in SC::VirtualAllocator) | SC::VirtualAllocator | protected |
VirtualAllocator(VirtualMemory &virtualMemory) (defined in SC::VirtualAllocator) | SC::VirtualAllocator | |
virtualMemory (defined in SC::VirtualAllocator) | SC::VirtualAllocator | protected |
~MemoryAllocator() (defined in SC::MemoryAllocator) | SC::MemoryAllocator | inlinevirtual |