Home
last modified time | relevance | path

Searched refs:MidAppMemEnd (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform_posix.cpp122 ProtectRange(MidAppMemEnd(), TraceMemBeg()); in CheckAndProtect()
H A Dtsan_platform_linux.cpp110 (p >= MidAppMemBeg() && p < MidAppMemEnd()) || in FillProfileCallback()
H A Dtsan_rtl.cpp297 {MidAppMemBeg(), MidAppMemEnd()}, in IsValidMmapRange()
H A Dtsan_platform.h770 uptr MidAppMemEnd(void) { return SelectMapping<MappingField>(kMidAppMemEnd); } in MidAppMemEnd() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp122 ProtectRange(MidAppMemEnd(), HeapMemBeg()); in CheckAndProtect()
H A Dtsan_platform_linux.cpp109 (p >= MidAppMemBeg() && p < MidAppMemEnd()) || in FillProfileCallback()
H A Dtsan_platform.h702 uptr MidAppMemEnd(void) { return SelectMapping<MappingField>(kMidAppMemEnd); } in MidAppMemEnd() function
H A Dtsan_rtl.cpp555 {MidAppMemBeg(), MidAppMemEnd()}, in IsValidMmapRange()