Home
last modified time | relevance | path

Searched refs:new_buckets (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbcache.c136 struct bstring **new_buckets; in expand_hash_table() local
155 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()
H A Ddictionary.c723 struct symbol **new_buckets = xcalloc (new_nbuckets, in expand_hashtable() local
728 DICT_HASHED_BUCKETS (dict) = new_buckets; in expand_hashtable()