Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cc104 static void ProtectRange(uptr beg, uptr end) { in ProtectRange() function
133 ProtectRange(LoAppMemEnd(), ShadowBeg()); in CheckAndProtect()
134 ProtectRange(ShadowEnd(), MetaShadowBeg()); in CheckAndProtect()
136 ProtectRange(MetaShadowEnd(), MidAppMemBeg()); in CheckAndProtect()
137 ProtectRange(MidAppMemEnd(), TraceMemBeg()); in CheckAndProtect()
139 ProtectRange(MetaShadowEnd(), TraceMemBeg()); in CheckAndProtect()
143 ProtectRange(TraceMemBeg(), TraceMemEnd()); in CheckAndProtect()
144 ProtectRange(TraceMemEnd(), HeapMemBeg()); in CheckAndProtect()
145 ProtectRange(HeapEnd(), HiAppMemBeg()); in CheckAndProtect()
/external/compiler-rt/lib/msan/
Dmsan.h224 bool ProtectRange(uptr beg, uptr end);