Searched refs:user_calloc (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cc | 42 void *p = user_calloc(thr, pc, size, count)
|
H A D | tsan_mman.h | 36 void *user_calloc(ThreadState *thr, uptr pc, uptr sz, uptr n);
|
H A D | tsan_mman.cc | 192 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc() function
|
H A D | tsan_interceptors.cc | 695 p = user_calloc(thr, pc, size, n); in TSAN_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_malloc_mac.cc | 40 void *p = user_calloc(thr, pc, size, count)
|
H A D | tsan_mman.h | 34 void *user_calloc(ThreadState *thr, uptr pc, uptr sz, uptr n);
|
H A D | tsan_mman.cc | 190 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc() function
|
H A D | tsan_interceptors.cc | 684 p = user_calloc(thr, pc, size, n); in TSAN_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_malloc_mac.cpp | 41 void *p = user_calloc(thr, pc, size, count)
|
H A D | tsan_mman.h | 35 void *user_calloc(ThreadState *thr, uptr pc, uptr sz, uptr n);
|
H A D | tsan_mman.cpp | 197 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc() function
|
H A D | tsan_interceptors_posix.cpp | 668 p = user_calloc(thr, pc, size, n); in TSAN_INTERCEPTOR()
|