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

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  301     if (chunk < beg && beg < end && end <= chunk_end &&
  301     if (chunk < beg && beg < end && end <= chunk_end &&
  305       uptr end_aligned_down = RoundDownTo(end, SHADOW_GRANULARITY);
  307           end_aligned_down, end - end_aligned_down,