Home
last modified time | relevance | path

Searched refs:HiAppMemBeg (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_platform_posix.cpp145 ProtectRange(MetaShadowEnd(), HiAppMemBeg()); in CheckAndProtect()
155 ProtectRange(HeapEnd(), HiAppMemBeg()); in CheckAndProtect()
HDtsan_platform_mac.cpp164 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty); in WriteMemoryProfile()
192 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024, in WriteMemoryProfile()
HDtsan_platform_linux.cpp111 (p >= HiAppMemBeg() && p < HiAppMemEnd())) in FillProfileCallback()
HDtsan_platform.h871 uptr HiAppMemBeg(void) { return SelectMapping<MappingField>(kHiAppMemBeg); } in HiAppMemBeg() function
HDtsan_rtl.cpp560 {HiAppMemBeg(), HiAppMemEnd()}, in IsValidMmapRange()