Lines Matching refs:growth
727 int growth = current_length * (growth_factor - 1);728 if (growth > max_growth) {729 growth = max_growth;731 new_capacity = current_length + growth;733 new_capacity = min_capacity + growth;