Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_tracemalloc.c.h90 _tracemalloc_start_impl(PyObject *module, int nframe);
109 return_value = _tracemalloc_start_impl(module, nframe); in _tracemalloc_start()
/third_party/python/Modules/
D_tracemalloc.c1533 _tracemalloc_start_impl(PyObject *module, int nframe) in _tracemalloc_start_impl() function