This is the complete list of members for T2GenericObjectPool, including all inherited members.
CanAllocate(TSIZE size) const OVERRIDE | T2GenericObjectPool | inlineprotectedvirtual |
Delete(T *ptr) | T2Allocator | inlineprotected |
Free(void *a_pPtr) OVERRIDE | T2GenericObjectPool | inlineprotectedvirtual |
GetCapacity() const =0 | T2Allocator | protectedpure virtual |
GetNumFreeObjects() const | T2GenericObjectPool | inlineprotected |
GetObject() | T2GenericObjectPool | inlineprotected |
GetUsedSize() const =0 | T2Allocator | protectedpure virtual |
Initialise(UnusedObject *a_pObjects, TUINT a_uiMaxNumber, TUINT a_uiObjectSize) | T2GenericObjectPool | inlineprotected |
m_pHead | T2GenericObjectPool | protected |
Malloc(TSIZE a_uiSize, TSIZE a_uiAlignment) OVERRIDE | T2GenericObjectPool | inlineprotectedvirtual |
Malloc(TSIZE a_uiSize) OVERRIDE | T2GenericObjectPool | inlineprotectedvirtual |
New(Args &&... args) | T2Allocator | inlineprotected |
ReturnObject(UnusedObject *a_pObject) | T2GenericObjectPool | inlineprotected |
TryMalloc(TSIZE size, TSIZE alignment) OVERRIDE | T2GenericObjectPool | inlineprotectedvirtual |
TryMalloc(TSIZE size) OVERRIDE | T2GenericObjectPool | inlineprotectedvirtual |
~T2GenericObjectPool()=default | T2GenericObjectPool | virtual |