Searched refs:CFX_GrowOnlyPool (Results 1 – 4 of 4) sorted by relevance
234 return ((CFX_GrowOnlyPool*)pAllocator)->Alloc(size); in _GOPAllocDebug()238 return ((CFX_GrowOnlyPool*)pAllocator)->Alloc(size); in _GOPAlloc()242 return ((CFX_GrowOnlyPool*)pAllocator)->Realloc(p, new_size); in _GOPReallocDebug()246 return ((CFX_GrowOnlyPool*)pAllocator)->Realloc(p, new_size); in _GOPRealloc()252 CFX_GrowOnlyPool::CFX_GrowOnlyPool(IFX_Allocator* pAllocator, size_t trunk_size) in CFX_GrowOnlyPool() function in CFX_GrowOnlyPool263 CFX_GrowOnlyPool::~CFX_GrowOnlyPool() in ~CFX_GrowOnlyPool()267 void CFX_GrowOnlyPool::SetAllocator(IFX_Allocator* pAllocator) in SetAllocator()277 void CFX_GrowOnlyPool::FreeAll() in FreeAll()287 void* CFX_GrowOnlyPool::Alloc(size_t size) in Alloc()
225 class CFX_GrowOnlyPool : public IFX_Allocator, public CFX_Object229 CFX_GrowOnlyPool(IFX_Allocator* pAllocator = NULL, size_t trunk_size = 16384);231 ~CFX_GrowOnlyPool();
165 CPDF_ReflowedPage(CFX_GrowOnlyPool* pMemoryPool);185 CFX_GrowOnlyPool* m_pMemoryPool;
30 CPDF_ReflowedPage::CPDF_ReflowedPage(CFX_GrowOnlyPool* pMemoryPool) in CPDF_ReflowedPage()39 m_pMemoryPool = FX_NEW CFX_GrowOnlyPool; in CPDF_ReflowedPage()