Searched refs:BytesToShow (Results 1 – 1 of 1) sorted by relevance
276 const unsigned BytesToShow = 32; in PrintMemorySnippet() local277 if (Max - Min > BytesToShow) in PrintMemorySnippet()278 Min = __sanitizer::Min(Max - BytesToShow, OrigMin); in PrintMemorySnippet()279 Max = addNoOverflow(Min, BytesToShow); in PrintMemorySnippet()