Searched refs:rehashes (Results 1 – 2 of 2) sorted by relevance
243 int rehashes = 0; in dictRehashMilliseconds() local246 rehashes += 100; in dictRehashMilliseconds()249 return rehashes; in dictRehashMilliseconds()
411 * `dict.c` is an implementation of a non-blocking hash table which rehashes incrementally.