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

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp 29 CFX_GrowOnlyPool::CFX_GrowOnlyPool(size_t trunk_size)
34 CFX_GrowOnlyPool::~CFX_GrowOnlyPool()
43 void CFX_GrowOnlyPool::FreeAll()
53 void* CFX_GrowOnlyPool::Alloc(size_t size)
  /external/pdfium/core/include/fxcrt/
fx_memory.h 79 class CFX_GrowOnlyPool
83 CFX_GrowOnlyPool(size_t trunk_size = 16384);
85 ~CFX_GrowOnlyPool();
  /external/pdfium/core/src/reflow/
reflowedpage.h 166 CPDF_ReflowedPage(CFX_GrowOnlyPool* pMemoryPool);
186 CFX_GrowOnlyPool* m_pMemoryPool;
reflowedpage.cpp 30 CPDF_ReflowedPage::CPDF_ReflowedPage(CFX_GrowOnlyPool* pMemoryPool)
39 m_pMemoryPool = new CFX_GrowOnlyPool;

Completed in 96 milliseconds