Searched refs:kMinCapacityForPretenure (Results 1 – 1 of 1) sorted by relevance
17239 const int kMinCapacityForPretenure = 256; in EnsureCapacity() local17241 ((capacity > kMinCapacityForPretenure) && in EnsureCapacity()17287 const int kMinCapacityForPretenure = 256; in Shrink() local17289 (at_least_room_for > kMinCapacityForPretenure) && in Shrink()