Searched refs:hi_cutoff (Results 1 – 1 of 1) sorted by relevance
1115 const size_type hi_cutoff = num_buckets_ * kMaxMapLoadTimes16 / 16; in ResizeIfLoadIsOutOfRange() local1116 const size_type lo_cutoff = hi_cutoff / 4; in ResizeIfLoadIsOutOfRange()1120 if (GOOGLE_PREDICT_FALSE(new_size >= hi_cutoff)) { in ResizeIfLoadIsOutOfRange()1133 hi_cutoff) { in ResizeIfLoadIsOutOfRange()