Searched refs:newbuckets (Results 1 – 1 of 1) sorted by relevance
174 struct bucket_list *newbuckets; in resize_table() local177 newbuckets = calloc(newsize, sizeof(*newbuckets)); in resize_table()178 if (newbuckets == NULL) in resize_table()187 K5_SLIST_INSERT_HEAD(&newbuckets[j], ent, next); in resize_table()192 ht->buckets = newbuckets; in resize_table()