Searched refs:alloc_step (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp75 int alloc_step; local
77 alloc_step = m_AllocSize / 4;
78 if (alloc_step < 128 ) {
79 alloc_step = 128;
82 alloc_step = m_AllocStep;
84 new_size = (new_size + alloc_step - 1) / alloc_step * alloc_step;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp730 FX_DWORD alloc_step = orig_size ? 10240 : (src_size < 10240 ? 10240 : src_size);
734 alloc_step = kMaxInitialAllocSize;
758 guess_size += alloc_step;
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h40 void EstimateSize(FX_STRSIZE size, FX_STRSIZE alloc_step = 0);

Completed in 7230 milliseconds