Home
last modified time | relevance | path

Searched refs:user_calloc (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_malloc_mac.cpp41 void *p = user_calloc(thr, pc, size, count)
Dtsan_mman.h39 void *user_calloc(ThreadState *thr, uptr pc, uptr sz, uptr n);
Dtsan_mman.cpp223 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc() function
Dtsan_interceptors_posix.cpp713 p = user_calloc(thr, pc, size, n); in TSAN_INTERCEPTOR()