Searched refs:MetaShadowEnd (Results 1 – 4 of 4) sorted by relevance
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_posix.cpp | 64 const uptr meta_size = MetaShadowEnd() - meta; in InitializeShadowMemory() 145 ProtectRange(MetaShadowEnd(), HiAppMemBeg()); in CheckAndProtect() 150 ProtectRange(MetaShadowEnd(), MidAppMemBeg()); in CheckAndProtect() 153 ProtectRange(MetaShadowEnd(), HeapMemBeg()); in CheckAndProtect()
|
H A D | tsan_platform_mac.cpp | 157 RegionMemUsage(MetaShadowBeg(), MetaShadowEnd(), &meta_res, &meta_dirty); in WriteMemoryProfile() 189 MetaShadowBeg(), MetaShadowEnd(), meta_res / 1024, meta_dirty / 1024, in WriteMemoryProfile()
|
H A D | tsan_platform_linux.cpp | 107 else if (p >= MetaShadowBeg() && p < MetaShadowEnd()) in FillProfileCallback()
|
H A D | tsan_platform.h | 886 uptr MetaShadowEnd(void) { return SelectMapping<MappingField>(kMetaShadowEnd); } in MetaShadowEnd() function
|