Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_tracemalloc.c100 } trace_t; typedef
507 trace_t *trace = _Py_hashtable_steal(traces, TO_PTR(ptr)); in tracemalloc_remove_trace()
544 trace_t *trace = _Py_hashtable_get(traces, TO_PTR(ptr)); in tracemalloc_add_trace()
554 trace = raw_malloc(sizeof(trace_t)); in tracemalloc_add_trace()
1141 trace_to_pyobject(unsigned int domain, const trace_t *trace, in trace_to_pyobject()
1199 trace_t *trace = (trace_t *)value; in tracemalloc_copy_trace()
1201 trace_t *trace2 = raw_malloc(sizeof(trace_t)); in tracemalloc_copy_trace()
1278 const trace_t *trace = (const trace_t *)value; in tracemalloc_get_traces_fill()
1422 trace_t *trace; in tracemalloc_get_traceback()
1795 trace_t *trace = _Py_hashtable_get(tracemalloc_traces, TO_PTR(ptr)); in _PyTraceMalloc_NewReference()