Searched defs:trunk_size (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr.cpp252 CFX_GrowOnlyPool::CFX_GrowOnlyPool(IFX_Allocator* pAllocator, size_t trunk_size) argument
254 m_TrunkSize = trunk_size;
/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h229 CFX_GrowOnlyPool(IFX_Allocator* pAllocator = NULL, size_t trunk_size = 16384);
235 void SetTrunkSize(size_t trunk_size) argument
237 m_TrunkSize = trunk_size;

Completed in 1990 milliseconds