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

/external/compiler-rt/lib/asan/
H A Dasan_globals.cc58 FastPoisonShadow(g->beg, g->size_with_redzone, value);
63 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size,
76 prefix, &g, (void*)g.beg, g.size, g.size_with_redzone, g.name,
113 CHECK(AddrIsAlignedByGranularity(g->size_with_redzone));
117 if (__asan_region_is_poisoned(g->beg, g->size_with_redzone)) {
149 CHECK(AddrIsAlignedByGranularity(g->size_with_redzone));
H A Dasan_interface_internal.h37 uptr size_with_redzone; // The size with the redzone. member in struct:__asan_global
H A Dasan_report.cc239 if (addr >= g.beg + g.size_with_redzone) return false;
/external/chromium_org/v8/src/
H A Dzone.cc80 int size_with_redzone = local
87 if (size_with_redzone > limit_ - position_) {
88 result = NewExpand(size_with_redzone);
90 position_ += size_with_redzone;

Completed in 85 milliseconds