Searched refs:user_calloc (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_malloc_mac.cpp | 41 void *p = user_calloc(thr, pc, size, count)
|
| D | tsan_mman.h | 39 void *user_calloc(ThreadState *thr, uptr pc, uptr sz, uptr n);
|
| D | tsan_mman.cpp | 223 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc() function
|
| D | tsan_interceptors_posix.cpp | 713 p = user_calloc(thr, pc, size, n); in TSAN_INTERCEPTOR()
|