Searched refs:maxLoad (Results 1 – 1 of 1) sorted by relevance
126 if (H->Size > maxLoad(H->Capacity)) in load()301 static uint32_t maxLoad(uint32_t capacity) { return capacity * 2 / 3 + 1; } in maxLoad() function306 uint32_t MaxLoad = maxLoad(capacity()); in grow()307 if (S < maxLoad(capacity())) in grow()