Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_tracemalloc.c.h15 _tracemalloc_is_tracing_impl(PyObject *module);
20 return _tracemalloc_is_tracing_impl(module); in _tracemalloc_is_tracing()
/third_party/python/Modules/
D_tracemalloc.c1050 _tracemalloc_is_tracing_impl(PyObject *module) in _tracemalloc_is_tracing_impl() function