Searched defs:ReallocDebug (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr.cpp38 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->ReallocDebug(p, size, 0, filename, line);
94 void* CFX_MemoryMgr::ReallocDebug(void* p, size_t size, int flags, FX_LPCSTR file, int line) function in class:CFX_MemoryMgr
96 void* p1 = m_pSystemMgr->ReallocDebug(m_pSystemMgr, p, size, flags, file, line);
145 return g_pDefFoxitMgr->ReallocDebug(p, size, flags, file, line);
152 return g_pDefFoxitMgr->ReallocDebug(p, size * unit, flags, file, line);
/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h26 void* (*ReallocDebug)(struct _FXMEM_SystemMgr* pMgr, void* pointer, size_t size, int flags, FX_LPCSTR file, int line); member in struct:_FXMEM_SystemMgr
247 void* ReallocDebug(void* p, size_t new_size, FX_LPCSTR file, int line) function in class:CFX_GrowOnlyPool

Completed in 786 milliseconds