Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_tracemalloc.c1198 _Py_hashtable_t *traces2 = (_Py_hashtable_t *)user_data; in tracemalloc_copy_trace() local
1207 if (_Py_hashtable_set(traces2, key, trace2) < 0) { in tracemalloc_copy_trace()
1218 _Py_hashtable_t *traces2 = tracemalloc_create_traces_table(); in tracemalloc_copy_traces() local
1219 if (traces2 == NULL) { in tracemalloc_copy_traces()
1225 traces2); in tracemalloc_copy_traces()
1227 _Py_hashtable_destroy(traces2); in tracemalloc_copy_traces()
1230 return traces2; in tracemalloc_copy_traces()
1244 _Py_hashtable_t *traces2 = tracemalloc_copy_traces(traces); in tracemalloc_copy_domain() local
1245 if (traces2 == NULL) { in tracemalloc_copy_domain()
1248 if (_Py_hashtable_set(domains2, TO_PTR(domain), traces2) < in tracemalloc_copy_domain()
[all...]

Completed in 2 milliseconds