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

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr_mini.cpp 45 return ((CFXMEM_FixedMgr*)pMgr->user)->Alloc(size);
49 return ((CFXMEM_FixedMgr*)pMgr->user)->Alloc(size);
53 return ((CFXMEM_FixedMgr*)pMgr->user)->Realloc(pointer, size);
57 return ((CFXMEM_FixedMgr*)pMgr->user)->Realloc(pointer, size);
61 ((CFXMEM_FixedMgr*)pMgr->user)->Free(pointer);
65 ((CFXMEM_FixedMgr*)pMgr->user)->Purge();
69 ((CFXMEM_FixedMgr*)pMgr->user)->FreeAll();
102 CFXMEM_FixedMgr* pHeader = (CFXMEM_FixedMgr*)pMemory;
114 return pFoxitMgr ? ((CFXMEM_FixedMgr*)((CFX_MemoryMgr*)pFoxitMgr)->m_pSystemMgr->user)->GetSize(ptr) : 0;
    [all...]
mem_int.h 185 class CFXMEM_FixedMgr

Completed in 96 milliseconds