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

  /external/pdfium/fpdfsdk/src/
fpdfoom.cpp 10 void OOM_Handler(FXMEM_FoxitMgr* pFoxitMgr, void* param)
  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr_mini.cpp 83 FXMEM_FoxitMgr* pFoxitMgr = pProxy->Initialize((FX_LPBYTE)pProxy + offsetSize, size - offsetSize, extensible);
84 if (!pFoxitMgr) {
88 g_pDefFoxitMgr = (CFX_MemoryMgr*)pFoxitMgr;
90 return pFoxitMgr;
112 size_t FXMEM_GetBlockSizeInFixedMgr(FXMEM_FoxitMgr* pFoxitMgr, void* ptr)
114 return pFoxitMgr ? ((CFXMEM_FixedMgr*)((CFX_MemoryMgr*)pFoxitMgr)->m_pSystemMgr->user)->GetSize(ptr) : 0;
fx_basic_memmgr.cpp 9 void FXMEM_DestroyFoxitMgr(FXMEM_FoxitMgr* pFoxitMgr)
11 if (pFoxitMgr == NULL) {
14 CFX_MemoryMgr* p = (CFX_MemoryMgr*)pFoxitMgr;
  /external/pdfium/core/include/fxcrt/
fx_memory.h 49 void FXMEM_DestroyFoxitMgr(FXMEM_FoxitMgr* pFoxitMgr);

Completed in 144 milliseconds