Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr.cpp30 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()
Dmem_int.h11 struct CFX_MemoryMgr* m_pFoxitMgr; member