Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp32 extern "C" void *__libc_memalign(uptr alignment, uptr size);
40 static void *__libc_memalign(uptr alignment, uptr size) { in __libc_memalign() function
58 return __libc_memalign(alignment, size); in RawInternalAlloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp58 void *__libc_memalign(size_t alignment, size_t size) ALIAS("memalign");
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp39 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
241 INTERCEPT_FUNCTION(__libc_memalign); in initialize_interceptors()
H A Ddone_abilist.txt48 fun:__libc_memalign=discard
H A Dlibc_ubuntu1404_abilist.txt802 fun:__libc_memalign=uninstrumented
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp123 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
130 #define LSAN_MAYBE_INTERCEPT___LIBC_MEMALIGN INTERCEPT_FUNCTION(__libc_memalign)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp155 INTERCEPTOR_ALIAS(void *, __libc_memalign, SIZE_T alignment, SIZE_T size);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp164 INTERCEPTOR(void *, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp166 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp195 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
202 #define MSAN_MAYBE_INTERCEPT___LIBC_MEMALIGN INTERCEPT_FUNCTION(__libc_memalign)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp670 TSAN_INTERCEPTOR(void*, __libc_memalign, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
671 SCOPED_INTERCEPTOR_RAW(__libc_memalign, align, sz); in TSAN_INTERCEPTOR()
2760 TSAN_INTERCEPT(__libc_memalign); in InitializeInterceptors()
/freebsd-13.1/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c449 #define public_mEMALIGn __libc_memalign
/freebsd-13.1/contrib/jemalloc/src/
H A Djemalloc.c2980 void *__libc_memalign(size_t align, size_t s) PREALIAS(je_memalign);