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