Searched refs:trace2 (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/libc-test/src/regression/ |
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/ |
D | _tracemalloc.c | 1201 trace_t *trace2 = raw_malloc(sizeof(trace_t)); in tracemalloc_copy_trace() local 1202 if (trace2 == NULL) { in tracemalloc_copy_trace() 1205 *trace2 = *trace; in tracemalloc_copy_trace() 1206 if (_Py_hashtable_set(traces2, key, trace2) < 0) { in tracemalloc_copy_trace() 1207 raw_free(trace2); in tracemalloc_copy_trace()
|
/third_party/python/Lib/test/ |
D | test_tracemalloc.py | 219 trace2 = self.find_trace(traces, obj2_traceback) 221 domain2, size2, traceback2, length2 = trace2
|