Home
last modified time | relevance | path

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

/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()
/external/python/cpython3/Modules/
D_tracemalloc.c1334 _tracemalloc__get_traces_impl(PyObject *module) in _tracemalloc__get_traces_impl() function