Searched refs:_Py_hashtable_size (Results 1 – 3 of 3) sorted by relevance
108 PyAPI_FUNC(size_t) _Py_hashtable_size(const _Py_hashtable_t *ht);
1584 *size += _Py_hashtable_size(traces); in tracemalloc_get_tracemalloc_memory_cb()1603 size = _Py_hashtable_size(tracemalloc_tracebacks); in _tracemalloc_get_tracemalloc_memory_impl()1604 size += _Py_hashtable_size(tracemalloc_filenames); in _tracemalloc_get_tracemalloc_memory_impl()1607 size += _Py_hashtable_size(tracemalloc_traces); in _tracemalloc_get_tracemalloc_memory_impl()
120 _Py_hashtable_size(const _Py_hashtable_t *ht) in _Py_hashtable_size() function