Home
last modified time | relevance | path

Searched refs:ProtectRange (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp89 static void ProtectRange(uptr beg, uptr end) { in ProtectRange() function
143 ProtectRange(HeapMemEnd(), ShadowBeg()); in CheckAndProtect()
144 ProtectRange(ShadowEnd(), MetaShadowBeg()); in CheckAndProtect()
145 ProtectRange(MetaShadowEnd(), HiAppMemBeg()); in CheckAndProtect()
147 ProtectRange(LoAppMemEnd(), ShadowBeg()); in CheckAndProtect()
148 ProtectRange(ShadowEnd(), MetaShadowBeg()); in CheckAndProtect()
150 ProtectRange(MetaShadowEnd(), MidAppMemBeg()); in CheckAndProtect()
151 ProtectRange(MidAppMemEnd(), HeapMemBeg()); in CheckAndProtect()
153 ProtectRange(MetaShadowEnd(), HeapMemBeg()); in CheckAndProtect()
155 ProtectRange(HeapEnd(), HiAppMemBeg()); in CheckAndProtect()
[all …]
/src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h265 bool ProtectRange(uptr beg, uptr end);