Searched refs:user_posix_memalign (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cpp | 65 int res = user_posix_memalign(thr, pc, memptr, alignment, size);
|
H A D | tsan_mman.h | 43 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align,
|
H A D | tsan_mman.cpp | 322 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align, in user_posix_memalign() function
|
H A D | tsan_interceptors_posix.cpp | 860 return user_posix_memalign(thr, pc, memptr, align, sz); in TSAN_INTERCEPTOR()
|