Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhashtable.c52 #define HASHTABLE_LOW 0.10 macro
53 #define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)
200 if ((float)ht->nentries / (float)ht->nbuckets < HASHTABLE_LOW) { in _Py_hashtable_steal()