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

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr.cpp55 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/
H A Dfx_memory.h122 void* (*m_Alloc)(struct _IFX_Allocator* pAllocator, size_t size); member in struct:_IFX_Allocator
144 ((fxAllocator) ? (type*)(fxAllocator)->m_Alloc((fxAllocator), (size) * sizeof(type)) : (FX_Alloc(type, size)))

Completed in 182 milliseconds