Searched refs:user_calloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cpp | 54 p = user_calloc(thr, pc, size, count); \
|
H A D | tsan_mman.h | 39 void *user_calloc(ThreadState *thr, uptr pc, uptr sz, uptr n);
|
H A D | tsan_mman.cpp | 237 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc() function
|
H A D | tsan_interceptors_posix.cpp | 687 p = user_calloc(thr, pc, size, n); in TSAN_INTERCEPTOR()
|