Home
last modified time | relevance | path

Searched refs:user_alloc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp36 p = user_alloc(thr, pc, size); \
H A Dtsan_mman.h38 void *user_alloc(ThreadState *thr, uptr pc, uptr sz);
H A Dtsan_new_delete.cpp37 p = user_alloc(thr, pc, size); \
H A Dtsan_mman.cpp233 void *user_alloc(ThreadState *thr, uptr pc, uptr sz) { in user_alloc() function
H A Dtsan_interceptors_mac.cpp368 *h = (uptr) user_alloc(thr, pc, /*size=*/1); in GetOrCreateSyncAddress()
H A Dtsan_interceptors_posix.cpp667 p = user_alloc(thr, pc, size); in TSAN_INTERCEPTOR()