OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocDebug
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp
30
return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->
AllocDebug
(size, 0, filename, line);
78
void* CFX_MemoryMgr::
AllocDebug
(size_t size, int flags, FX_LPCSTR file, int line)
80
void* p = m_pSystemMgr->
AllocDebug
(m_pSystemMgr, size, flags, file, line);
134
return g_pDefFoxitMgr->
AllocDebug
(size, flags, file, line);
138
return g_pDefFoxitMgr->
AllocDebug
(size * unit, flags, file, line);
172
return g_pDefFoxitMgr->
AllocDebug
(size, 0, file, line);
176
return g_pDefFoxitMgr->
AllocDebug
(size, 0, file, line);
197
g_pDefFoxitMgr->
AllocDebug
(size, 0, filename, line);
/external/pdfium/core/include/fxcrt/
fx_memory.h
22
void* (*
AllocDebug
)(struct _FXMEM_SystemMgr* pMgr, size_t size, int flags, FX_LPCSTR file, int line);
240
void*
AllocDebug
(size_t size, FX_LPCSTR file, int line)
Completed in 39 milliseconds