Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_tracemalloc.c481 (_Py_hashtable_destroy_func)_Py_hashtable_destroy); in tracemalloc_create_domains_table()
539 _Py_hashtable_destroy(traces); in tracemalloc_add_trace()
934 _Py_hashtable_destroy(tracemalloc_domains); in tracemalloc_deinit()
935 _Py_hashtable_destroy(tracemalloc_traces); in tracemalloc_deinit()
936 _Py_hashtable_destroy(tracemalloc_tracebacks); in tracemalloc_deinit()
937 _Py_hashtable_destroy(tracemalloc_filenames); in tracemalloc_deinit()
1226 _Py_hashtable_destroy(traces2); in tracemalloc_copy_traces()
1245 _Py_hashtable_destroy(traces2); in tracemalloc_copy_domain()
1264 _Py_hashtable_destroy(domains2); in tracemalloc_copy_domains()
1402 _Py_hashtable_destroy(get_traces.tracebacks); in _tracemalloc__get_traces_impl()
[all …]
D_testinternalcapi.c192 _Py_hashtable_destroy(table); in test_hashtable()
232 _Py_hashtable_destroy(table); in test_hashtable()
D_hashopenssl.c202 _Py_hashtable_destroy(ht); in py_hashentry_table_new()
2095 _Py_hashtable_destroy(state->hashtable); in hashlib_clear()
/third_party/python/Include/internal/
Dpycore_hashtable.h92 PyAPI_FUNC(void) _Py_hashtable_destroy(_Py_hashtable_t *ht);
/third_party/python/Python/
Dhashtable.c404 _Py_hashtable_destroy(_Py_hashtable_t *ht) in _Py_hashtable_destroy() function
Dmarshal.c574 _Py_hashtable_destroy(wf->hashtable); in w_clear_refs()