Home
last modified time | relevance | path

Searched refs:_Py_hashtable_destroy (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
D_tracemalloc.c536 _Py_hashtable_destroy(new_traces); in tracemalloc_use_domain()
540 _Py_hashtable_destroy(tracemalloc_traces); in tracemalloc_use_domain()
1024 _Py_hashtable_destroy(tracemalloc_tracebacks); in tracemalloc_deinit()
1025 _Py_hashtable_destroy(tracemalloc_filenames); in tracemalloc_deinit()
1026 _Py_hashtable_destroy(tracemalloc_traces); in tracemalloc_deinit()
1381 _Py_hashtable_destroy(get_traces.tracebacks); in _tracemalloc__get_traces_impl()
1384 _Py_hashtable_destroy(get_traces.traces); in _tracemalloc__get_traces_impl()
Dhashtable.h129 PyAPI_FUNC(void) _Py_hashtable_destroy(_Py_hashtable_t *ht);
Dhashtable.c475 _Py_hashtable_destroy(_Py_hashtable_t *ht) in _Py_hashtable_destroy() function
518 _Py_hashtable_destroy(dst); in _Py_hashtable_copy()
/external/python/cpython3/Python/
Dmarshal.c599 _Py_hashtable_destroy(wf->hashtable); in w_clear_refs()