HomeSort by relevance Sort by last modified time
    Searched refs:m_Realloc (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_memory.h 126 void* (*m_Realloc)(struct _IFX_Allocator* pAllocator, void* p, size_t size);
147 ((fxAllocator) ? (type*)(fxAllocator)->m_Realloc((fxAllocator), (ptr), (new_size) * sizeof(type)) : (FX_Realloc(type, ptr, new_size)))
  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp 57 ac.m_Realloc = _DefRealloc;
260 m_Realloc = _GOPRealloc;

Completed in 365 milliseconds