Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_tracemalloc.c.h56 _tracemalloc__get_traces_impl(PyObject *module);
61 return _tracemalloc__get_traces_impl(module); in _tracemalloc__get_traces()
/third_party/python/Modules/
D_tracemalloc.c1334 _tracemalloc__get_traces_impl(PyObject *module) in _tracemalloc__get_traces_impl() function