Home
last modified time | relevance | path

Searched refs:__sanitizer_get_free_bytes (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
Dallocator_interface.h48 size_t __sanitizer_get_free_bytes(void);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_interface.h28 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_free_bytes();
Dsanitizer_common_interface.inc34 INTERFACE_FUNCTION(__sanitizer_get_free_bytes)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_stats.cpp145 uptr __sanitizer_get_free_bytes() { in __sanitizer_get_free_bytes() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_stats.cpp154 uptr __sanitizer_get_free_bytes() { in __sanitizer_get_free_bytes() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_allocator.cpp279 uptr __sanitizer_get_free_bytes() { return 1; } in __sanitizer_get_free_bytes() function
Ddone_abilist.txt425 fun:__sanitizer_get_free_bytes=uninstrumented
426 fun:__sanitizer_get_free_bytes=discard
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp346 uptr __sanitizer_get_free_bytes() { return 0; } in __sanitizer_get_free_bytes() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp362 uptr __sanitizer_get_free_bytes() { return 1; } in __sanitizer_get_free_bytes() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cpp374 uptr __sanitizer_get_free_bytes() { in __sanitizer_get_free_bytes() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp441 uptr __sanitizer_get_free_bytes() { return 1; } in __sanitizer_get_free_bytes() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp788 uptr __sanitizer_get_free_bytes() { in __sanitizer_get_free_bytes() function