Home
last modified time | relevance | path

Searched refs:__libc_memalign (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp98 INTERCEPTOR(void *, __libc_memalign, uptr align, uptr size) { in INTERCEPTOR() argument
99 void *const res = REAL(__libc_memalign)(align, size); in INTERCEPTOR()
119 INTERCEPT_FUNCTION(__libc_memalign); in InitializeMallocInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp40 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
216 INTERCEPT_FUNCTION(__libc_memalign); in initialize_interceptors()
H A Ddone_abilist.txt64 fun:__libc_memalign=discard
H A Dlibc_ubuntu1404_abilist.txt807 fun:__libc_memalign=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp91 INTERCEPTOR(void *, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp135 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR()
142 #define LSAN_MAYBE_INTERCEPT___LIBC_MEMALIGN INTERCEPT_FUNCTION(__libc_memalign)
133 INTERCEPTOR(void *,__libc_memalign,uptr alignment,uptr size) INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp100 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp174 INTERCEPTOR_ALIAS(void *, __libc_memalign, SIZE_T alignment, SIZE_T size);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp186 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
193 #define MSAN_MAYBE_INTERCEPT___LIBC_MEMALIGN INTERCEPT_FUNCTION(__libc_memalign)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp676 TSAN_INTERCEPTOR(void*, __libc_memalign, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
677 SCOPED_INTERCEPTOR_RAW(__libc_memalign, align, sz); in TSAN_INTERCEPTOR()
2921 TSAN_INTERCEPT(__libc_memalign); in InitializeInterceptors()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3296 void *__libc_memalign(size_t align, size_t s) PREALIAS(je_memalign);