Searched refs:m_pFoxitMgr (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_memmgr.cpp | 30 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->AllocDebug(size, 0, filename, line); in _DefAllocDebug() 34 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->Alloc(size, 0); in _DefAlloc() 38 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->ReallocDebug(p, size, 0, filename, line); in _DefReallocDebug() 42 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->Realloc(p, size, 0); in _DefRealloc() 46 ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->Free(p, 0); in _DefFree() 60 m_DefAllocator.m_pFoxitMgr = this; in Init()
|
D | mem_int.h | 11 struct CFX_MemoryMgr* m_pFoxitMgr; member
|