Searched refs:oldsize (Results 1 – 1 of 1) sorted by relevance
432 static int grow_hashtable(HT *h, size_t oldsize) in grow_hashtable() argument441 size_t newsize = oldsize * 2; in grow_hashtable()450 newmd->neighborhoods = alloc_new_neighborhood_list(oldsize * 2, in grow_hashtable()
Completed in 9 milliseconds