Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_tracemalloc.c.h120 _tracemalloc_stop_impl(PyObject *module);
125 return _tracemalloc_stop_impl(module); in _tracemalloc_stop()
/external/python/cpython3/Modules/
D_tracemalloc.c1546 _tracemalloc_stop_impl(PyObject *module) in _tracemalloc_stop_impl() function