This is the complete list of members for AllocatorInterface< TAllocator >, including all inherited members.
Alloc(TSize size, TAlignment alignment) | AllocatorInterface< TAllocator > | inline |
Alloc() | AllocatorInterface< TAllocator > | inline |
AllocArray(TLength length) | AllocatorInterface< TAllocator > | inline |
allocator | AllocatorInterface< TAllocator > | |
AllocatorInterface(TAllocator &pAllocator) | AllocatorInterface< TAllocator > | inline |
Delete(T *object) | AllocatorInterface< TAllocator > | inline |
DeleteArray(T *array, TIntegral length) | AllocatorInterface< TAllocator > | inline |
Free(T *mem) | AllocatorInterface< TAllocator > | inline |
Free(T *mem, TIntegral size) | AllocatorInterface< TAllocator > | inline |
FreeArray(T *array, TIntegral length) | AllocatorInterface< TAllocator > | inline |
New(TArgs &&... args) | AllocatorInterface< TAllocator > | inline |
NewArray(TSize length, TArgs &&... args) | AllocatorInterface< TAllocator > | inline |