Searched refs:ProtectRange (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_posix.cc | 104 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/ |
D | msan.h | 224 bool ProtectRange(uptr beg, uptr end);
|