Searched defs:m_pAllocator (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dxml_int.h13 : m_pAllocator(pAllocator)
22 if (m_pAllocator) {
23 FX_DeleteAtAllocator(this, m_pAllocator, CXML_DataBufAcc);
64 IFX_Allocator* m_pAllocator; member in class:CXML_DataBufAcc
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; member in class:CXML_DataStmAcc
151 IFX_Allocator* m_pAllocator; member in class:CXML_Parser
[all...]
H A Dextension.h31 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; member in class:CFX_CRTFileStream
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...]
H A Dfx_basic_buffer.cpp10 : 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); local
255 wideText.Set(CFX_WideStringC((FX_LPCWSTR)m_pBuffer, m_DataSize / sizeof(FX_WCHAR)), m_pAllocator); local
443 : m_pAllocator(pAllocato
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h192 return m_pAllocator;
217 IFX_Allocator* m_pAllocator; member in class:CFX_AllocObject
266 IFX_Allocator* m_pAllocator; member in class:CFX_GrowOnlyPool
H A Dfx_basic.h77 IFX_Allocator* m_pAllocator; member in class:CFX_BinaryBuf
261 IFX_Allocator* m_pAllocator; member in class:IFX_BufferArchive
375 IFX_Allocator* m_pAllocator; member in class:CFX_BasicArray
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_pDat
805 IFX_Allocator* m_pAllocator; member in class:CFX_ObjectArray
833 IFX_Allocator* m_pAllocator; member in class:CFX_TempBuf
894 IFX_Allocator* m_pAllocator; member in class:CFX_MapPtrToPtr
1036 IFX_Allocator* m_pAllocator; member in class:CFX_MapByteStringToPtr
1170 IFX_Allocator* m_pAllocator; member in class:CFX_PtrList
[all...]

Completed in 243 milliseconds