Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.c416 _Py_slist_t *old_buckets = NULL; in hashtable_rehash() local
426 old_buckets = ht->buckets; in hashtable_rehash()
430 ht->buckets = old_buckets ; in hashtable_rehash()
440 for (entry = BUCKETS_HEAD(old_buckets[bucket]); entry != NULL; entry = next) { in hashtable_rehash()
452 ht->alloc.free(old_buckets); in hashtable_rehash()