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

/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h126 void* (*m_Realloc)(struct _IFX_Allocator* pAllocator, void* p, size_t size); member in struct:_IFX_Allocator
147 ((fxAllocator) ? (type*)(fxAllocator)->m_Realloc((fxAllocator), (ptr), (new_size) * sizeof(type)) : (FX_Realloc(type, ptr, new_size)))
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr.cpp57 ac.m_Realloc = _DefRealloc;
260 m_Realloc = _GOPRealloc;

Completed in 95 milliseconds