OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Alloc
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp
55
ac.
m_Alloc
= _DefAlloc;
211
void* p = pAllocator ? pAllocator->
m_Alloc
(pAllocator, size) : g_pDefFoxitMgr->Alloc(size, 0);
258
m_Alloc
= _GOPAlloc;
300
pTrunk = (_FX_GrowOnlyTrunk*)m_pAllocator->
m_Alloc
(m_pAllocator, sizeof(_FX_GrowOnlyTrunk) + alloc_size);
/external/pdfium/core/include/fxcrt/
fx_memory.h
122
void* (*
m_Alloc
)(struct _IFX_Allocator* pAllocator, size_t size);
144
((fxAllocator) ? (type*)(fxAllocator)->
m_Alloc
((fxAllocator), (size) * sizeof(type)) : (FX_Alloc(type, size)))
Completed in 30 milliseconds