Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.h134 PyAPI_FUNC(void) _Py_hashtable_clear(_Py_hashtable_t *ht);
D_tracemalloc.c943 _Py_hashtable_clear(tracemalloc_traces); in tracemalloc_clear_traces()
949 _Py_hashtable_clear(tracemalloc_tracebacks); in tracemalloc_clear_traces()
952 _Py_hashtable_clear(tracemalloc_filenames); in tracemalloc_clear_traces()
Dhashtable.c457 _Py_hashtable_clear(_Py_hashtable_t *ht) in _Py_hashtable_clear() function