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

References

projects/compiler-rt/lib/hwasan/hwasan_linux.cpp
  226   ProtectGap(0, Min(kLowMemStart, kLowShadowStart));
  228     ProtectGap(kLowMemEnd + 1, kLowShadowStart - kLowMemEnd - 1);
  230     ProtectGap(kLowShadowEnd + 1, kHighShadowStart - kLowShadowEnd - 1);
  232     ProtectGap(kHighShadowEnd + 1, kHighMemStart - kHighShadowEnd - 1);
  246   ProtectGap(thread_space_end,