Home
last modified time | relevance | path

Searched refs:_tracemalloc__get_traces_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_tracemalloc.c.h56 _tracemalloc__get_traces_impl(PyObject *module);
61 return _tracemalloc__get_traces_impl(module); in _tracemalloc__get_traces()
/aosp_15_r20/external/python/cpython3/Modules/
D_tracemalloc.c1338 _tracemalloc__get_traces_impl(PyObject *module) in _tracemalloc__get_traces_impl() function