Home | History | Annotate | Download | only in src

Lines Matching refs:lower_bound_to_grow

1215   const int lower_bound_to_grow = old_size + old_size / 4;
1221 if (new_size > old_size && new_size < lower_bound_to_grow) {
1222 new_ptr = do_malloc_or_cpp_alloc(lower_bound_to_grow);