Searched refs:ESTIMATE_SIZE (Results 1 – 1 of 1) sorted by relevance
415 #define ESTIMATE_SIZE(n) (((n)*3+1) >> 1) macro1357 Py_ssize_t minsize = ESTIMATE_SIZE(minused); in _PyDict_NewPresized()1936 if (dictresize(mp, ESTIMATE_SIZE(PyDict_GET_SIZE(iterable)))) { in _PyDict_FromKeys()1955 if (dictresize(mp, ESTIMATE_SIZE(PySet_GET_SIZE(iterable)))) { in _PyDict_FromKeys()2529 if (dictresize(mp, ESTIMATE_SIZE(mp->ma_used + other->ma_used))) { in dict_merge()