Searched refs:HASHTABLE_LOW (Results 1 – 1 of 1) sorted by relevance
52 #define HASHTABLE_LOW 0.10 macro53 #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()