Searched defs:CFX_GrowOnlyPool (Results 1 - 2 of 2) 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();

Completed in 667 milliseconds