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

  /external/pdfium/core/src/fxcrt/
mem_int.h 15 FXMEM_SystemMgr* m_pSystemMgr;
19 void Init(FXMEM_SystemMgr* pSystemMgr);
199 FXMEM_SystemMgr m_SystemMgr;
fx_basic_memmgr_mini.cpp 43 static void* FixedAlloc(FXMEM_SystemMgr* pMgr, size_t size, int flags)
47 static void* FixedAllocDebug(FXMEM_SystemMgr* pMgr, size_t size, int flags, FX_LPCSTR file, int line)
51 static void* FixedRealloc(FXMEM_SystemMgr* pMgr, void* pointer, size_t size, int flags)
55 static void* FixedReallocDebug(FXMEM_SystemMgr* pMgr, void* pointer, size_t size, int flags, FX_LPCSTR file, int line)
59 static void FixedFree(FXMEM_SystemMgr* pMgr, void* pointer, int flags)
63 static void FixedPurge(FXMEM_SystemMgr* pMgr)
67 static void FixedCollectAll(FXMEM_SystemMgr* pMgr)
fx_basic_memmgr.cpp 51 void CFX_MemoryMgr::Init(FXMEM_SystemMgr* pSystemMgr)
  /external/pdfium/core/include/fxcrt/
fx_memory.h 40 } FXMEM_SystemMgr;

Completed in 61 milliseconds