Description
#12844 introduced upper bounds to array growth to avoid overallocation in cases where we can determine a bound.
This task is to go through uses of the grow API, identify other cases where we know the upper bound, and replace with growInRange.