Searched refs:user_memalign (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_malloc_mac.cc | 30 user_memalign(cur_thread(), StackTrace::GetCurrentPc(), alignment, size)
|
| H A D | tsan_mman.h | 38 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz);
|
| H A D | tsan_new_delete.cc | 53 p = user_memalign(thr, pc, (uptr)align, size); \
|
| H A D | tsan_mman.cc | 240 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_memalign() function
|
| H A D | tsan_interceptors.cc | 681 return user_memalign(thr, pc, align, sz); in TSAN_INTERCEPTOR() 802 return user_memalign(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|