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