Searched refs:__sanitizer_get_free_bytes (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/include/sanitizer/
H A Dallocator_interface.h46 fall into quarantine and will count toward __sanitizer_get_free_bytes()
48 size_t __sanitizer_get_free_bytes(void);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h28 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_free_bytes();
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mman_test.cpp115 uptr free0 = __sanitizer_get_free_bytes();
128 EXPECT_EQ(free0, __sanitizer_get_free_bytes());
135 EXPECT_EQ(free0, __sanitizer_get_free_bytes());
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stats.cpp154 uptr __sanitizer_get_free_bytes() { function
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp145 uptr __sanitizer_get_free_bytes() { function
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp289 uptr __sanitizer_get_free_bytes() { return 1; } function
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp351 uptr __sanitizer_get_free_bytes() { return 0; } function
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp416 uptr __sanitizer_get_free_bytes() { function
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp368 uptr __sanitizer_get_free_bytes() { return 1; } function
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp620 uptr __sanitizer_get_free_bytes() { return 1; } function

Completed in 210 milliseconds