sanitizer_procmaps_linux.cc | 37 char *next_line = local in function:__sanitizer::MemoryMappingLayout::Next 39 if (next_line == 0) 40 next_line = last; 67 while (data_.current < next_line && *data_.current == ' ') data_.current++; 71 Min((uptr)(next_line - data_.current), segment->filename_size - 1); 76 data_.current = next_line + 1;
|