Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_tracemalloc.c106 } trace_t; typedef
131 /* pointer (void*) => trace (trace_t*).
515 trace_t *trace = _Py_hashtable_steal(traces, TO_PTR(ptr)); in tracemalloc_remove_trace()
552 trace_t *trace = _Py_hashtable_get(traces, TO_PTR(ptr)); in tracemalloc_add_trace()
562 trace = raw_malloc(sizeof(trace_t)); in tracemalloc_add_trace()
1142 trace_to_pyobject(unsigned int domain, const trace_t *trace, in trace_to_pyobject()
1200 trace_t *trace = (trace_t *)value; in tracemalloc_copy_trace()
1202 trace_t *trace2 = raw_malloc(sizeof(trace_t)); in tracemalloc_copy_trace()
[all...]

Completed in 3 milliseconds