HomeSort by relevance Sort by last modified time
    Searched refs:FX_DefAllocator (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);
mem_int.h 9 struct FX_DefAllocator {
16 FX_DefAllocator m_DefAllocator;

Completed in 51 milliseconds