Searched refs:CFX_GrowOnlyPool (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr.cpp234 return ((CFX_GrowOnlyPool*)pAllocator)->Alloc(size);
238 return ((CFX_GrowOnlyPool*)pAllocator)->Alloc(size);
242 return ((CFX_GrowOnlyPool*)pAllocator)->Realloc(p, new_size);
246 return ((CFX_GrowOnlyPool*)pAllocator)->Realloc(p, new_size);
252 CFX_GrowOnlyPool::CFX_GrowOnlyPool(IFX_Allocator* pAllocator, size_t trunk_size) function in class:CFX_GrowOnlyPool
263 CFX_GrowOnlyPool::~CFX_GrowOnlyPool()
267 void CFX_GrowOnlyPool::SetAllocator(IFX_Allocator* pAllocator)
277 void CFX_GrowOnlyPool
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h225 class CFX_GrowOnlyPool : public IFX_Allocator, public CFX_Object class in inherits:IFX_Allocator,CFX_Object
229 CFX_GrowOnlyPool(IFX_Allocator* pAllocator = NULL, size_t trunk_size = 16384);
231 ~CFX_GrowOnlyPool();
/external/pdfium/core/src/reflow/
H A Dreflowedpage.h165 CPDF_ReflowedPage(CFX_GrowOnlyPool* pMemoryPool);
185 CFX_GrowOnlyPool* m_pMemoryPool;
H A Dreflowedpage.cpp30 CPDF_ReflowedPage::CPDF_ReflowedPage(CFX_GrowOnlyPool* pMemoryPool)
39 m_pMemoryPool = FX_NEW CFX_GrowOnlyPool;

Completed in 1180 milliseconds