This is the complete list of members for SC::MemoryAllocator, including all inherited members.
| allocate(const void *owner, size_t numBytes, size_t alignment) | SC::MemoryAllocator | inline |
| allocateImpl(const void *owner, size_t numBytes, size_t alignment)=0 | SC::MemoryAllocator | pure virtual |
| create(U &&... u) | SC::MemoryAllocator | inline |
| reallocate(void *memory, size_t numBytes) | SC::MemoryAllocator | inline |
| reallocateImpl(void *memory, size_t numBytes)=0 | SC::MemoryAllocator | pure virtual |
| release(void *memory) | SC::MemoryAllocator | inline |
| releaseImpl(void *memory)=0 | SC::MemoryAllocator | pure virtual |
| statistics | SC::MemoryAllocator | |
| ~MemoryAllocator() (defined in SC::MemoryAllocator) | SC::MemoryAllocator | inlinevirtual |