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

  /external/pdfium/core/src/fxcrt/
fx_basic_plex.cpp 11 CFX_Plex* p = (CFX_Plex*)FX_Allocator_Alloc(pAllocator, FX_BYTE, sizeof(CFX_Plex) + nMax * cbElement);
fx_basic_array.cpp 42 m_pData = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, nNewSize * m_nUnitSize);
197 void* pSegment = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, m_UnitSize * m_SegmentSize);
207 void** pIndex = (void**)FX_Allocator_Alloc(m_pAllocator, void*, m_IndexSize);
233 void** pIndex = (void**)FX_Allocator_Alloc(m_pAllocator, void*, m_IndexSize);
248 pSpot[seg_index / tree_size] = (void*)FX_Allocator_Alloc(m_pAllocator, void*, m_IndexSize);
extension.h 271 void* block = FX_Allocator_Alloc(pAllocator, FX_BYTE, m_nTotalSize);
318 FX_LPBYTE pBlock = FX_Allocator_Alloc(m_Blocks.m_pAllocator, FX_BYTE, FX_MAX(nInitSize, 4096));
378 FX_LPBYTE pBlock = FX_Allocator_Alloc(pAllocator, FX_BYTE, m_nGrowSize);
xml_int.h 120 m_pBuffer = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, m_dwSize);
fx_basic_buffer.cpp 23 m_pBuffer = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, size);
91 pNewBuffer = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, new_size);
469 m_pBuffer = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, m_BufSize);
fx_basic_maps.cpp 152 m_pHashTable = FX_Allocator_Alloc(m_pAllocator, CAssoc*, nHashSize);
352 m_pHashTable = FX_Allocator_Alloc(m_pAllocator, CAssoc*, nHashSize);
423 pCompact->m_pBuffer = FX_Allocator_Alloc(pAllocator, FX_BYTE, len);
fx_basic_bstring.cpp     [all...]
fx_basic_wstring.cpp 1063 FX_LPWSTR str = FX_Allocator_Alloc(pAllocator, FX_WCHAR, src.GetLength() + 1);
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_memory.h 136 #define FX_Allocator_Alloc(fxAllocator, type, size) \
143 #define FX_Allocator_Alloc(fxAllocator, type, size) \
153 return (void*)FX_Allocator_Alloc(fxAllocator, FX_BYTE, size);
fx_basic.h 777 m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, data_size);
789 m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, data_size);
815 m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, size);
    [all...]

Completed in 61 milliseconds