Searched refs:m_AllocDebug (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr.cpp56 ac.m_AllocDebug = _DefAllocDebug;
196 void* p = pAllocator ? pAllocator->m_AllocDebug(pAllocator, size, filename, line) :
257 m_AllocDebug = _GOPAllocDebug;
/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h120 void* (*m_AllocDebug)(struct _IFX_Allocator* pAllocator, size_t size, FX_LPCSTR file, int line); member in struct:_IFX_Allocator
137 ((fxAllocator) ? (type*)(fxAllocator)->m_AllocDebug((fxAllocator), (size) * sizeof(type), __FILE__, __LINE__) : (FX_Alloc(type, size)))

Completed in 1204 milliseconds