Searched refs:HiAppMemBeg (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_posix.cpp | 116 ProtectRange(MetaShadowEnd(), HiAppMemBeg()); in CheckAndProtect() 126 ProtectRange(HeapEnd(), HiAppMemBeg()); in CheckAndProtect()
|
| H A D | tsan_platform_mac.cpp | 164 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty); in WriteMemoryProfile() 192 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024, in WriteMemoryProfile()
|
| H A D | tsan_platform_linux.cpp | 110 (p >= HiAppMemBeg() && p < HiAppMemEnd())) in FillProfileCallback()
|
| H A D | tsan_platform.h | 766 uptr HiAppMemBeg(void) { return SelectMapping<MappingField>(kHiAppMemBeg); } in HiAppMemBeg() function
|
| H A D | tsan_rtl.cpp | 559 {HiAppMemBeg(), HiAppMemEnd()}, in IsValidMmapRange()
|