Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp65 int res = user_posix_memalign(thr, pc, memptr, alignment, size);
H A Dtsan_mman.h43 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align,
H A Dtsan_mman.cpp322 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align, in user_posix_memalign() function
H A Dtsan_interceptors_posix.cpp860 return user_posix_memalign(thr, pc, memptr, align, sz); in TSAN_INTERCEPTOR()