Searched refs:m_AllocDebug (Results 1 – 2 of 2) sorted by relevance
56 ac.m_AllocDebug = _DefAllocDebug; in Init()196 void* p = pAllocator ? pAllocator->m_AllocDebug(pAllocator, size, filename, line) : in operator new()257 m_AllocDebug = _GOPAllocDebug; in CFX_GrowOnlyPool()
120 void* (*m_AllocDebug)(struct _IFX_Allocator* pAllocator, size_t size, FX_LPCSTR file, int line); member137 …((fxAllocator) ? (type*)(fxAllocator)->m_AllocDebug((fxAllocator), (size) * sizeof(type), __FILE__…