Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr.cpp56 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()
/external/pdfium/core/include/fxcrt/
Dfx_memory.h120 void* (*m_AllocDebug)(struct _IFX_Allocator* pAllocator, size_t size, FX_LPCSTR file, int line); member
137 …((fxAllocator) ? (type*)(fxAllocator)->m_AllocDebug((fxAllocator), (size) * sizeof(type), __FILE__…