Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.h132 PyAPI_FUNC(_Py_hashtable_t *) _Py_hashtable_copy(_Py_hashtable_t *src);
Dhashtable.c494 _Py_hashtable_copy(_Py_hashtable_t *src) in _Py_hashtable_copy() function
D_tracemalloc.c1377 get_traces.traces = _Py_hashtable_copy(tracemalloc_traces); in _tracemalloc__get_traces_impl()