Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_tracemalloc.c.h90 _tracemalloc_start_impl(PyObject *module, int nframe);
102 return_value = _tracemalloc_start_impl(module, nframe); in _tracemalloc_start()
/external/python/cpython3/Modules/
D_tracemalloc.c1527 _tracemalloc_start_impl(PyObject *module, int nframe) in _tracemalloc_start_impl() function