Searched refs:_Py_hashtable_size (Results 1 – 3 of 3) sorted by relevance
195 _Py_hashtable_size(_Py_hashtable_t *ht) in _Py_hashtable_size() function221 size = _Py_hashtable_size(ht); in _Py_hashtable_print_stats()
148 PyAPI_FUNC(size_t) _Py_hashtable_size(_Py_hashtable_t *ht);
1586 size = _Py_hashtable_size(tracemalloc_tracebacks); in _tracemalloc_get_tracemalloc_memory_impl()1587 size += _Py_hashtable_size(tracemalloc_filenames); in _tracemalloc_get_tracemalloc_memory_impl()1590 size += _Py_hashtable_size(tracemalloc_traces); in _tracemalloc_get_tracemalloc_memory_impl()