Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp40 #if SANITIZER_INTERCEPT_MEMALIGN || SANITIZER_INTERCEPT_PVALLOC
331 #if SANITIZER_INTERCEPT_PVALLOC
395 #if SANITIZER_INTERCEPT_PVALLOC in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp138 #if SANITIZER_INTERCEPT_PVALLOC
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors.cpp23 #if SANITIZER_INTERCEPT_MEMALIGN || SANITIZER_INTERCEPT_PVALLOC
138 #if SANITIZER_INTERCEPT_PVALLOC
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp151 #if SANITIZER_INTERCEPT_PVALLOC
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_platform_interceptors.h746 #undef SANITIZER_INTERCEPT_PVALLOC
747 #define SANITIZER_INTERCEPT_PVALLOC 0 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp190 #if SANITIZER_INTERCEPT_PVALLOC in INTERCEPTOR()
199 #endif // SANITIZER_INTERCEPT_PVALLOC
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_interceptors.h494 #define SANITIZER_INTERCEPT_PVALLOC (SI_GLIBC || SI_ANDROID) macro