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

References

projects/compiler-rt/lib/tsan/rtl/tsan_platform.h
  644     *start = HiAppMemBeg();
projects/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
  118   else if (p >= HiAppMemBeg() && p < HiAppMemEnd())
projects/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp
  160   ProtectRange(HeapEnd(), HiAppMemBeg());