Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_tracemalloc.c.h17 _tracemalloc_is_tracing_impl(PyObject *module);
22 return _tracemalloc_is_tracing_impl(module); in _tracemalloc_is_tracing()
/external/python/cpython3/Modules/
D_tracemalloc.c20 _tracemalloc_is_tracing_impl(PyObject *module) in _tracemalloc_is_tracing_impl() function