Searched refs:size_with_redzone (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp60 FastPoisonShadow(g->beg, g->size_with_redzone, value);
65 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size,
80 if (addr >= g.beg + g.size_with_redzone) return false;
88 prefix, &g, (void *)g.beg, g.size, g.size_with_redzone, g.name,
161 if (__asan_region_is_poisoned(g->beg, g->size_with_redzone)) {
213 CHECK(AddrIsAlignedByGranularity(g->size_with_redzone));
245 CHECK(AddrIsAlignedByGranularity(g->size_with_redzone));
384 CHECK(globals[i].size == 0 && globals[i].size_with_redzone == 0 &&
H A Dasan_interface_internal.h51 uptr size_with_redzone; // The size with the redzone. member in struct:__asan_global

Completed in 103 milliseconds