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.c556 _Py_hashtable_destroy(new_traces); in tracemalloc_use_domain()
560 _Py_hashtable_destroy(tracemalloc_traces); in tracemalloc_use_domain()
1044 _Py_hashtable_destroy(tracemalloc_tracebacks); in tracemalloc_deinit()
1045 _Py_hashtable_destroy(tracemalloc_filenames); in tracemalloc_deinit()
1046 _Py_hashtable_destroy(tracemalloc_traces); in tracemalloc_deinit()
1401 _Py_hashtable_destroy(get_traces.tracebacks); in _tracemalloc__get_traces_impl()
1404 _Py_hashtable_destroy(get_traces.traces); in _tracemalloc__get_traces_impl()
Dhashtable.c475 _Py_hashtable_destroy(_Py_hashtable_t *ht) in _Py_hashtable_destroy() function
518 _Py_hashtable_destroy(dst); in _Py_hashtable_copy()
Dhashtable.h129 PyAPI_FUNC(void) _Py_hashtable_destroy(_Py_hashtable_t *ht);
/external/python/cpython3/Python/
Dmarshal.c617 _Py_hashtable_destroy(wf->hashtable); in w_clear_refs()