Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c1299 PyObject *tracemalloc_obj; in tracemalloc_get_traces_fill() local
1312 tracemalloc_obj = trace_to_pyobject(domain, &trace, get_traces->tracebacks); in tracemalloc_get_traces_fill()
1313 if (tracemalloc_obj == NULL) in tracemalloc_get_traces_fill()
1316 res = PyList_Append(get_traces->list, tracemalloc_obj); in tracemalloc_get_traces_fill()
1317 Py_DECREF(tracemalloc_obj); in tracemalloc_get_traces_fill()