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
  648     *start = HeapMemBeg();
projects/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
  114   else if (p >= HeapMemBeg() && p < HeapMemEnd())
projects/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp
  159   ProtectRange(TraceMemEnd(), HeapMemBeg());