Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_binarybuf.cpp60 size_t alloc_step = std::max(static_cast<size_t>(128), in ExpandBuf() local
62 new_size += alloc_step - 1; // Quantize, don't combine these lines. in ExpandBuf()
63 new_size /= alloc_step; in ExpandBuf()
64 new_size *= alloc_step; in ExpandBuf()