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

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp 15 if (p->m_pSystemMgr->CollectAll) {
16 p->m_pSystemMgr->CollectAll(p->m_pSystemMgr);
19 p->m_pSystemMgr->Free(p->m_pSystemMgr, p, 0);
53 m_pSystemMgr = pSystemMgr;
66 if (m_pSystemMgr->Purge) {
67 m_pSystemMgr->Purge(m_pSystemMgr);
72 void* p = m_pSystemMgr->Alloc(m_pSystemMgr, size, flags);
    [all...]
mem_int.h 15 FXMEM_SystemMgr* m_pSystemMgr;
fx_basic_memmgr_mini.cpp 114 return pFoxitMgr ? ((CFXMEM_FixedMgr*)((CFX_MemoryMgr*)pFoxitMgr)->m_pSystemMgr->user)->GetSize(ptr) : 0;

Completed in 49 milliseconds