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
  228     if (p < min_mmap_ || p >= max_mmap_)
  228     if (p < min_mmap_ || p >= max_mmap_)
  235       if (p < reinterpret_cast<uptr>(chunks[mid]))
  244       if (p >= reinterpret_cast<uptr>(chunks[end]))
  250     if (h->map_beg + h->map_size <= p || p < h->map_beg)
  250     if (h->map_beg + h->map_size <= p || p < h->map_beg)