Searched refs:alloc_step (Results 1 – 1 of 1) sorted by relevance
60 size_t alloc_step = std::max(static_cast<size_t>(128), in ExpandBuf() local62 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()