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

References

projects/compiler-rt/lib/scudo/standalone/release.h
  196   const uptr End = Base + AllocatedPagesCount * PageSize;
  205         if (P >= Base && P < End)
  206           Counters.inc((P - Base) >> PageSizeLog);
  214         if (P >= Base && P < End)
  215           Counters.incRange((P - Base) >> PageSizeLog,
  216                             (P - Base + BlockSize - 1) >> PageSizeLog);