Searched refs:pFoxitMgr (Results 1 – 4 of 4) sorted by relevance
10 void OOM_Handler(FXMEM_FoxitMgr* pFoxitMgr, void* param) in OOM_Handler() argument
83 …FXMEM_FoxitMgr* pFoxitMgr = pProxy->Initialize((FX_LPBYTE)pProxy + offsetSize, size - offsetSize, … in FXMEM_CreateMemoryMgr() local84 if (!pFoxitMgr) { in FXMEM_CreateMemoryMgr()88 g_pDefFoxitMgr = (CFX_MemoryMgr*)pFoxitMgr; in FXMEM_CreateMemoryMgr()90 return pFoxitMgr; in FXMEM_CreateMemoryMgr()112 size_t FXMEM_GetBlockSizeInFixedMgr(FXMEM_FoxitMgr* pFoxitMgr, void* ptr) in FXMEM_GetBlockSizeInFixedMgr() argument114 …return pFoxitMgr ? ((CFXMEM_FixedMgr*)((CFX_MemoryMgr*)pFoxitMgr)->m_pSystemMgr->user)->GetSize(pt… in FXMEM_GetBlockSizeInFixedMgr()
9 void FXMEM_DestroyFoxitMgr(FXMEM_FoxitMgr* pFoxitMgr) in FXMEM_DestroyFoxitMgr() argument11 if (pFoxitMgr == NULL) { in FXMEM_DestroyFoxitMgr()14 CFX_MemoryMgr* p = (CFX_MemoryMgr*)pFoxitMgr; in FXMEM_DestroyFoxitMgr()
49 void FXMEM_DestroyFoxitMgr(FXMEM_FoxitMgr* pFoxitMgr);