Searched refs:user_alloc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cpp | 36 p = user_alloc(thr, pc, size); \
|
H A D | tsan_mman.h | 38 void *user_alloc(ThreadState *thr, uptr pc, uptr sz);
|
H A D | tsan_new_delete.cpp | 37 p = user_alloc(thr, pc, size); \
|
H A D | tsan_mman.cpp | 233 void *user_alloc(ThreadState *thr, uptr pc, uptr sz) { in user_alloc() function
|
H A D | tsan_interceptors_mac.cpp | 368 *h = (uptr) user_alloc(thr, pc, /*size=*/1); in GetOrCreateSyncAddress()
|
H A D | tsan_interceptors_posix.cpp | 667 p = user_alloc(thr, pc, size); in TSAN_INTERCEPTOR()
|