Home
last modified time | relevance | path

Searched refs:SANITIZER_INTERCEPT_ALIGNED_ALLOC (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp99 #if SANITIZER_INTERCEPT_ALIGNED_ALLOC
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp108 #if SANITIZER_INTERCEPT_ALIGNED_ALLOC
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_platform_interceptors.h755 #undef SANITIZER_INTERCEPT_ALIGNED_ALLOC
756 #define SANITIZER_INTERCEPT_ALIGNED_ALLOC 0 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp309 #if SANITIZER_INTERCEPT_ALIGNED_ALLOC
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors.cpp96 #if SANITIZER_INTERCEPT_ALIGNED_ALLOC
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp147 #if SANITIZER_INTERCEPT_ALIGNED_ALLOC in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_interceptors.h497 #define SANITIZER_INTERCEPT_ALIGNED_ALLOC (!SI_MAC) macro