HomeSort by relevance Sort by last modified time
    Searched defs:CFX_GrowOnlyPool (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp 234 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)
263 CFX_GrowOnlyPool::~CFX_GrowOnlyPool()
267 void CFX_GrowOnlyPool::SetAllocator(IFX_Allocator* pAllocator)
277 void CFX_GrowOnlyPool::FreeAll()
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_memory.h 225 class CFX_GrowOnlyPool : public IFX_Allocator, public CFX_Object
229 CFX_GrowOnlyPool(IFX_Allocator* pAllocator = NULL, size_t trunk_size = 16384);
231 ~CFX_GrowOnlyPool();

Completed in 47 milliseconds