Searched refs:trace2 (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_cond-smasher.c | 47 #define trace2(L, ...) fprintf(stderr, __FILE__ ":" #L ": " __VA_ARGS__) macro 48 #define trace1(L, ...) trace2(L, __VA_ARGS__)
|
/third_party/python/Modules/ |
H A D | _tracemalloc.c | 1202 trace_t *trace2 = raw_malloc(sizeof(trace_t)); in tracemalloc_copy_trace() local 1203 if (trace2 == NULL) { in tracemalloc_copy_trace() 1206 *trace2 = *trace; in tracemalloc_copy_trace() 1207 if (_Py_hashtable_set(traces2, key, trace2) < 0) { in tracemalloc_copy_trace() 1208 raw_free(trace2); in tracemalloc_copy_trace()
|
/third_party/python/Lib/test/ |
H A D | test_tracemalloc.py | 219 trace2 = self.find_trace(traces, obj2_traceback) 221 domain2, size2, traceback2, length2 = trace2
|
Completed in 5 milliseconds