Searched refs:m_pAllocator (Results 1 - 11 of 11) 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 Dfx_xml_composer.cpp30 IFX_Allocator* pAllocator = m_Children.m_pAllocator;
37 IFX_Allocator* pAllocator = m_Children.m_pAllocator;
H A Dfx_basic_array.cpp9 : m_pAllocator(pAllocator)
23 FX_Allocator_Free(m_pAllocator, m_pData);
37 FX_Allocator_Free(m_pAllocator, m_pData);
42 m_pData = FX_Allocator_Alloc(m_pAllocator, FX_BYTE, nNewSize * m_nUnitSize);
66 FX_LPBYTE pNewData = FX_Allocator_Realloc(m_pAllocator, FX_BYTE, m_pData, nNewMax * m_nUnitSize);
148 : m_pAllocator(pAllocator)
187 _ClearIndex(m_pAllocator, m_IndexDepth, m_IndexSize, (void**)m_pIndex);
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);
209 FX_Allocator_Free(m_pAllocator, pSegmen
[all...]
H A Dfx_basic_memmgr.cpp198 ((CFX_AllocObject*)p)->m_pAllocator = pAllocator;
212 ((CFX_AllocObject*)p)->m_pAllocator = pAllocator;
217 if (((CFX_AllocObject*)p)->m_pAllocator) {
218 (((CFX_AllocObject*)p)->m_pAllocator)->m_Free(((CFX_AllocObject*)p)->m_pAllocator, p);
256 m_pAllocator = pAllocator ? pAllocator : &g_pDefFoxitMgr->m_DefAllocator.m_Allocator;
270 m_pAllocator = pAllocator ? pAllocator : &g_pDefFoxitMgr->m_DefAllocator.m_Allocator;
282 m_pAllocator->m_Free(m_pAllocator, pTrunk);
300 pTrunk = (_FX_GrowOnlyTrunk*)m_pAllocator
[all...]
H A Dfx_xml_parser.cpp17 if (m_pAllocator) {
18 m_pDataAcc = FX_NewAtAllocator(m_pAllocator)CXML_DataBufAcc(pBuffer, size, m_pAllocator);
29 if (m_pAllocator) {
30 m_pDataAcc = FX_NewAtAllocator(m_pAllocator)CXML_DataStmAcc(pFileRead, m_pAllocator);
145 CFX_ByteTextBuf buf(m_pAllocator);
207 CFX_ByteTextBuf buf(m_pAllocator);
292 CFX_UTF8Decoder decoder(m_pAllocator);
386 tag_space.Empty(m_pAllocator);
[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...]
H A Dfx_basic_list.cpp10 : m_pAllocator(pAllocator)
87 m_pBlocks->FreeDataChain(m_pAllocator);
94 CFX_Plex* pNewBlock = CFX_Plex::Create(m_pAllocator, m_pBlocks, m_nBlockSize, sizeof(CNode));
H A Dfx_basic_maps.cpp18 : m_pAllocator(pAllocator)
31 FX_Allocator_Free(m_pAllocator, m_pHashTable);
36 m_pBlocks->FreeDataChain(m_pAllocator);
125 CFX_Plex* newBlock = CFX_Plex::Create(m_pAllocator, m_pBlocks, m_nBlockSize, sizeof(CFX_MapPtrToPtr::CAssoc));
148 FX_Allocator_Free(m_pAllocator, m_pHashTable);
152 m_pHashTable = FX_Allocator_Alloc(m_pAllocator, CAssoc*, nHashSize);
188 : m_pAllocator(pAllocator)
208 FX_Allocator_Free(m_pAllocator, m_pHashTable);
213 m_pBlocks->FreeDataChain(m_pAllocator);
289 CFX_Plex* newBlock = CFX_Plex::Create(m_pAllocator, m_pBlock
[all...]
/external/pdfium/core/include/fxcrt/
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...]
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

Completed in 103 milliseconds