Home
last modified time | relevance | path

Searched defs:__sanitizer_get_free_bytes (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp145 uptr __sanitizer_get_free_bytes() { in __sanitizer_get_free_bytes() function
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp314 uptr __sanitizer_get_free_bytes() { return 1; } in __sanitizer_get_free_bytes() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp369 uptr __sanitizer_get_free_bytes() { return 1; } in __sanitizer_get_free_bytes() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp455 uptr __sanitizer_get_free_bytes() { in __sanitizer_get_free_bytes() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp675 uptr __sanitizer_get_free_bytes() { return 1; } in __sanitizer_get_free_bytes() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp433 uptr __sanitizer_get_free_bytes() { return 1; } in __sanitizer_get_free_bytes() function