Searched refs:user_alloc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_malloc_mac.cc | 34 void *p = user_alloc(thr, pc, size)
|
| H A D | tsan_mman.h | 35 void *user_alloc(ThreadState *thr, uptr pc, uptr sz);
|
| H A D | tsan_new_delete.cc | 38 p = user_alloc(thr, pc, size); \
|
| H A D | tsan_mman.cc | 188 void *user_alloc(ThreadState *thr, uptr pc, uptr sz) { in user_alloc() function
|
| H A D | tsan_interceptors_mac.cc | 320 *h = (uptr) user_alloc(thr, pc, /*size=*/1); in GetOrCreateSyncAddress()
|
| H A D | tsan_interceptors.cc | 673 p = user_alloc(thr, pc, size); in TSAN_INTERCEPTOR()
|