Searched refs:h_threshold (Results 1 – 1 of 1) sorted by relevance
61 uint_t h_threshold; /* loadFactor threshold */ member122 h->h_threshold = (uint_t)(initialCapacity * loadFactor); in h_create()173 h->h_threshold = (uint_t)(newtabSize * h->h_loadFactor); in rehash()197 if (h->h_count >= h->h_threshold) { in h_put()