Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)
305 if ((float)ht->entries / (float)ht->num_buckets < HASHTABLE_LOW) in _Py_hashtable_pop_entry()