reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
  235       if (p < reinterpret_cast<uptr>(chunks[mid]))
  236         end = mid - 1;  // We are not interested in chunks[mid].
  238         beg = mid;  // chunks[mid] may still be what we want.