HomeSort by relevance Sort by last modified time
    Searched refs:m_pFoxitMgr (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp 30 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->AllocDebug(size, 0, filename, line);
34 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->Alloc(size, 0);
38 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->ReallocDebug(p, size, 0, filename, line);
42 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->Realloc(p, size, 0);
46 ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->Free(p, 0);
60 m_DefAllocator.m_pFoxitMgr = this;
mem_int.h 11 struct CFX_MemoryMgr* m_pFoxitMgr;

Completed in 56 milliseconds