Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py937 _testcapi.tracemalloc_untrack(self.domain, self.ptr)
/external/python/cpython3/Modules/
D_testcapimodule.c4276 tracemalloc_untrack(PyObject *self, PyObject *args) in tracemalloc_untrack() function
4789 {"tracemalloc_untrack", tracemalloc_untrack, METH_VARARGS},