Searched refs:user_memalign (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cpp | 30 user_memalign(cur_thread(), StackTrace::GetCurrentPc(), alignment, size)
|
H A D | tsan_mman.h | 42 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz);
|
H A D | tsan_new_delete.cpp | 52 p = user_memalign(thr, pc, (uptr)align, size); \
|
H A D | tsan_mman.cpp | 311 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_memalign() function
|
H A D | tsan_interceptors_posix.cpp | 678 return user_memalign(thr, pc, align, sz); in TSAN_INTERCEPTOR() 812 return user_memalign(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|