Home
last modified time | relevance | path

Searched refs:_FXMEM_SystemMgr (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_memory.h18 typedef struct _FXMEM_SystemMgr { struct
20 void* (*Alloc)(struct _FXMEM_SystemMgr* pMgr, size_t size, int flags); argument
22 …void* (*AllocDebug)(struct _FXMEM_SystemMgr* pMgr, size_t size, int flags, FX_LPCSTR file, int lin… argument
24 void* (*Realloc)(struct _FXMEM_SystemMgr* pMgr, void* pointer, size_t size, int flags); argument
26 …void* (*ReallocDebug)(struct _FXMEM_SystemMgr* pMgr, void* pointer, size_t size, int flags, FX_LPC… argument
28 void* (*Lock)(struct _FXMEM_SystemMgr* pMgr, void* handle); argument
30 void (*Unlock)(struct _FXMEM_SystemMgr* pMgr, void* handle); argument
32 void (*Free)(struct _FXMEM_SystemMgr* pMgr, void* pointer, int flags); argument
34 void (*Purge)(struct _FXMEM_SystemMgr* pMgr); argument
36 void (*CollectAll)(struct _FXMEM_SystemMgr* pMgr); argument