Searched refs:new_buckets (Results 1 – 2 of 2) sorted by relevance
136 struct bstring **new_buckets; in expand_hash_table() local155 size_t new_size = new_num_buckets * sizeof (new_buckets[0]); in expand_hash_table()156 new_buckets = (struct bstring **) xmalloc (new_size); in expand_hash_table()157 memset (new_buckets, 0, new_size); in expand_hash_table()174 new_bucket = &new_buckets[(hash (&s->d.data, s->length) in expand_hash_table()184 bcache->bucket = new_buckets; in expand_hash_table()
723 struct symbol **new_buckets = xcalloc (new_nbuckets, in expand_hashtable() local728 DICT_HASHED_BUCKETS (dict) = new_buckets; in expand_hashtable()