Searched refs:mem_is_zero (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc33 TEST(SanitizerCommon, mem_is_zero) {
43 EXPECT_FALSE(__sanitizer::mem_is_zero(x + beg, end - beg));
45 EXPECT_TRUE(__sanitizer::mem_is_zero(x + beg, end - beg));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.h55 bool mem_is_zero(const char *mem, uptr size);
H A Dsanitizer_libc.cc235 bool mem_is_zero(const char *beg, uptr size) { function in namespace:__sanitizer
/external/compiler-rt/lib/asan/
H A Dasan_poisoning.cc165 // mem_is_zero on the corresponding shadow.
169 __sanitizer::mem_is_zero((const char *)shadow_beg,
177 UNREACHABLE("mem_is_zero returned false, but poisoned byte was not found");

Completed in 75 milliseconds