Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::MemoryAllocator Member List

This is the complete list of members for SC::MemoryAllocator, including all inherited members.

allocate(U &&... u)SC::MemoryAllocatorinline
allocate(const void *owner, size_t numBytes, size_t alignment)SC::MemoryAllocatorinline
allocateImpl(const void *owner, size_t numBytes, size_t alignment)=0SC::MemoryAllocatorpure virtual
reallocate(void *memory, size_t numBytes)SC::MemoryAllocatorinline
reallocateImpl(void *memory, size_t numBytes)=0SC::MemoryAllocatorpure virtual
release(void *memory)SC::MemoryAllocatorinline
releaseImpl(void *memory)=0SC::MemoryAllocatorpure virtual
statisticsSC::MemoryAllocator
~MemoryAllocator() (defined in SC::MemoryAllocator)SC::MemoryAllocatorinlinevirtual