OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFX_MemoryMgr
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp
14
CFX_MemoryMgr
* p = (
CFX_MemoryMgr
*)pFoxitMgr;
51
void
CFX_MemoryMgr
::Init(FXMEM_SystemMgr* pSystemMgr)
64
void
CFX_MemoryMgr
::PurgeMgr()
70
void*
CFX_MemoryMgr
::Alloc(size_t size, int flags)
78
void*
CFX_MemoryMgr
::AllocDebug(size_t size, int flags, FX_LPCSTR file, int line)
86
void*
CFX_MemoryMgr
::Realloc(void* p, size_t size, int flags)
94
void*
CFX_MemoryMgr
::ReallocDebug(void* p, size_t size, int flags, FX_LPCSTR file, int line)
102
void
CFX_MemoryMgr
::Free(void* p, int flags)
109
CFX_MemoryMgr
* g_pDefFoxitMgr = NULL;
[
all
...]
mem_int.h
11
struct
CFX_MemoryMgr
* m_pFoxitMgr;
13
struct
CFX_MemoryMgr
{
27
extern
CFX_MemoryMgr
* g_pDefFoxitMgr;
fx_basic_memmgr_mini.cpp
88
g_pDefFoxitMgr = (
CFX_MemoryMgr
*)pFoxitMgr;
105
CFX_MemoryMgr
* p = (
CFX_MemoryMgr
*)pHeader->Alloc(sizeof(
CFX_MemoryMgr
));
114
return pFoxitMgr ? ((CFXMEM_FixedMgr*)((
CFX_MemoryMgr
*)pFoxitMgr)->m_pSystemMgr->user)->GetSize(ptr) : 0;
Completed in 37 milliseconds