Home
last modified time | relevance | path

Searched refs:get_traces (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_tracemalloc.c1280 get_traces_t *get_traces = user_data; in tracemalloc_get_traces_fill() local
1284 PyObject *tuple = trace_to_pyobject(get_traces->domain, trace, in tracemalloc_get_traces_fill()
1285 get_traces->tracebacks); in tracemalloc_get_traces_fill()
1290 int res = PyList_Append(get_traces->list, tuple); in tracemalloc_get_traces_fill()
1305 get_traces_t *get_traces = user_data; in tracemalloc_get_traces_domain() local
1310 get_traces->domain = domain; in tracemalloc_get_traces_domain()
1313 get_traces); in tracemalloc_get_traces_domain()
1341 get_traces_t get_traces; in _tracemalloc__get_traces_impl() local
1342 get_traces.domain = DEFAULT_DOMAIN; in _tracemalloc__get_traces_impl()
1343 get_traces in _tracemalloc__get_traces_impl()
[all...]

Completed in 3 milliseconds