Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.c195 _Py_hashtable_size(_Py_hashtable_t *ht) in _Py_hashtable_size() function
221 size = _Py_hashtable_size(ht); in _Py_hashtable_print_stats()
Dhashtable.h148 PyAPI_FUNC(size_t) _Py_hashtable_size(_Py_hashtable_t *ht);
D_tracemalloc.c1586 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()