Searched refs:kMinCapacityForPretenure (Results 1 – 2 of 2) sorted by relevance
184 static const int kMinCapacityForPretenure = 256; in EXPORT_TEMPLATE_DECLARE() local
5860 ((capacity > kMinCapacityForPretenure) && in EnsureCapacity()5920 bool pretenure = (new_capacity > kMinCapacityForPretenure) && in Shrink()