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

  /external/pdfium/core/include/fxcrt/
fx_memory.h 139 #define FX_Allocator_Realloc(fxAllocator, type, ptr, new_size) \
146 #define FX_Allocator_Realloc(fxAllocator, type, ptr, new_size) \
  /external/pdfium/core/src/fxcrt/
extension.h 274 m_Blocks[0] = FX_Allocator_Realloc(pAllocator, FX_BYTE, m_Blocks[0], m_nTotalSize);
fx_basic_array.cpp 66 FX_LPBYTE pNewData = FX_Allocator_Realloc(m_pAllocator, FX_BYTE, m_pData, nNewMax * m_nUnitSize);
fx_basic_buffer.cpp 89 pNewBuffer = FX_Allocator_Realloc(m_pAllocator, FX_BYTE, m_pBuffer, new_size);

Completed in 73 milliseconds