HomeSort by relevance Sort by last modified time
    Searched defs:m_pAllocator (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxcrt/
xml_int.h 13 : m_pAllocator(pAllocator)
22 if (m_pAllocator) {
23 FX_DeleteAtAllocator(this, m_pAllocator, CXML_DataBufAcc);
64 IFX_Allocator* m_pAllocator;
74 : m_pAllocator(pAllocator)
85 FX_Allocator_Free(m_pAllocator, m_pBuffer);
90 if (m_pAllocator) {
91 FX_DeleteAtAllocator(this, m_pAllocator, CXML_DataStmAcc);
120 m_pBuffer = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, m_dwSize);
140 IFX_Allocator* m_pAllocator;
    [all...]
extension.h 31 CFX_CRTFileStream(IFXCRT_FileAccess* pFA, IFX_Allocator* pAllocator) : m_pAllocator(pAllocator), m_pFile(pFA), m_dwCount(1), m_bUseRange(FALSE), m_nOffset(0), m_nSize(0) {}
35 m_pFile->Release(m_pAllocator);
47 if (m_pAllocator) {
48 FX_DeleteAtAllocator(this, m_pAllocator, CFX_CRTFileStream);
115 IFX_Allocator* m_pAllocator;
153 IFX_Allocator* pAllocator = m_Blocks.m_pAllocator;
172 IFX_Allocator* pAllocator = m_Blocks.m_pAllocator;
268 IFX_Allocator* pAllocator = m_Blocks.m_pAllocator;
318 FX_LPBYTE pBlock = FX_Allocator_Alloc(m_Blocks.m_pAllocator, FX_BYTE, FX_MAX(nInitSize, 4096));
376 IFX_Allocator* pAllocator = m_Blocks.m_pAllocator;
    [all...]
fx_basic_buffer.cpp 10 : m_pAllocator(pAllocator)
18 : m_pAllocator(pAllocator)
23 m_pBuffer = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, size);
28 FX_Allocator_Free(m_pAllocator, m_pBuffer);
52 FX_Allocator_Free(m_pAllocator, m_pBuffer);
89 pNewBuffer = FX_Allocator_Realloc(m_pAllocator, FX_BYTE, m_pBuffer, new_size);
91 pNewBuffer = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, new_size);
148 str.Set(CFX_ByteStringC(m_pBuffer, m_DataSize), m_pAllocator);
255 wideText.Set(CFX_WideStringC((FX_LPCWSTR)m_pBuffer, m_DataSize / sizeof(FX_WCHAR)), m_pAllocator);
443 : m_pAllocator(pAllocator)
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_memory.h 192 return m_pAllocator;
217 IFX_Allocator* m_pAllocator;
266 IFX_Allocator* m_pAllocator;
fx_basic.h 77 IFX_Allocator* m_pAllocator;
261 IFX_Allocator* m_pAllocator;
375 IFX_Allocator* m_pAllocator;
727 IFX_Allocator* m_pAllocator;
769 : m_pAllocator(pAllocator)
773 : m_pAllocator(pAllocator)
777 m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, data_size);
785 FX_Allocator_Free(m_pAllocator, m_pData);
789 m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, data_size);
797 FX_Allocator_Free(m_pAllocator, m_pData);
    [all...]

Completed in 87 milliseconds