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

/external/compiler-rt/lib/asan/
H A Dasan_report.cc92 static void PrintShadowByte(InternalScopedString *str, const char *before, function in namespace:__asan
108 PrintShadowByte(str, before, *p, after);
118 PrintShadowByte(str, " Addressable: ", 0);
120 for (u8 i = 1; i < SHADOW_GRANULARITY; i++) PrintShadowByte(str, "", i, " ");
122 PrintShadowByte(str, " Heap left redzone: ",
124 PrintShadowByte(str, " Heap right redzone: ",
126 PrintShadowByte(str, " Freed heap region: ", kAsanHeapFreeMagic);
127 PrintShadowByte(str, " Stack left redzone: ",
129 PrintShadowByte(str, " Stack mid redzone: ",
131 PrintShadowByte(st
[all...]

Completed in 289 milliseconds