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

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

Completed in 145 milliseconds