This is the complete list of members for T2Allocator, including all inherited members.
| CanAllocate(size_t size) const =0 | T2Allocator | pure virtual |
| Delete(T *ptr) | T2Allocator | inline |
| Free(void *ptr)=0 | T2Allocator | pure virtual |
| GetCapacity() const =0 | T2Allocator | pure virtual |
| GetUsedSize() const =0 | T2Allocator | pure virtual |
| Malloc(size_t size, size_t alignment)=0 | T2Allocator | pure virtual |
| Malloc(size_t size)=0 | T2Allocator | pure virtual |
| New(Args &&... args) | T2Allocator | inline |
| TryMalloc(size_t size, size_t alignment)=0 | T2Allocator | pure virtual |
| TryMalloc(size_t size)=0 | T2Allocator | pure virtual |