Home
last modified time | relevance | path

Searched refs:SANITIZER_INTERCEPT_CFREE (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp48 #if SANITIZER_INTERCEPT_CFREE
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp167 #if SANITIZER_INTERCEPT_CFREE
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp113 #if SANITIZER_INTERCEPT_CFREE
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp131 #if SANITIZER_INTERCEPT_CFREE
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp189 #if SANITIZER_INTERCEPT_CFREE
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_interceptors.h493 #define SANITIZER_INTERCEPT_CFREE \ macro