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