Lines Matching defs:traces2
1198 _Py_hashtable_t *traces2 = (_Py_hashtable_t *)user_data;
1207 if (_Py_hashtable_set(traces2, key, trace2) < 0) {
1218 _Py_hashtable_t *traces2 = tracemalloc_create_traces_table();
1219 if (traces2 == NULL) {
1225 traces2);
1227 _Py_hashtable_destroy(traces2);
1230 return traces2;
1244 _Py_hashtable_t *traces2 = tracemalloc_copy_traces(traces);
1245 if (traces2 == NULL) {
1248 if (_Py_hashtable_set(domains2, TO_PTR(domain), traces2) < 0) {
1249 _Py_hashtable_destroy(traces2);