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

References

projects/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
  109   if (p >= ShadowBeg() && p < ShadowEnd())
  149   ReleaseMemoryPagesToOS(ShadowBeg(), ShadowEnd());
projects/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp
   49   if (!MmapFixedNoReserve(ShadowBeg(), ShadowEnd() - ShadowBeg(), "shadow")) {
   49   if (!MmapFixedNoReserve(ShadowBeg(), ShadowEnd() - ShadowBeg(), "shadow")) {
   95   DontDumpShadow(ShadowBeg(), ShadowEnd() - ShadowBeg());
   95   DontDumpShadow(ShadowBeg(), ShadowEnd() - ShadowBeg());
  148   ProtectRange(LoAppMemEnd(), ShadowBeg());