Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp116 ProtectRange(MetaShadowEnd(), HiAppMemBeg()); in CheckAndProtect()
126 ProtectRange(HeapEnd(), HiAppMemBeg()); in CheckAndProtect()
H A Dtsan_platform_mac.cpp164 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty); in WriteMemoryProfile()
192 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp110 (p >= HiAppMemBeg() && p < HiAppMemEnd())) in FillProfileCallback()
H A Dtsan_platform.h710 uptr HiAppMemBeg(void) { return SelectMapping<MappingField>(kHiAppMemBeg); } in HiAppMemBeg() function
H A Dtsan_rtl.cpp556 {HiAppMemBeg(), HiAppMemEnd()}, in IsValidMmapRange()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform_mac.cpp169 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty); in WriteMemoryProfile()
199 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform_posix.cpp130 ProtectRange(HeapEnd(), HiAppMemBeg()); in CheckAndProtect()
H A Dtsan_platform_linux.cpp111 (p >= HiAppMemBeg() && p < HiAppMemEnd())) in FillProfileCallback()
H A Dtsan_rtl.cpp298 {HiAppMemBeg(), HiAppMemEnd()}, in IsValidMmapRange()
H A Dtsan_platform.h778 uptr HiAppMemBeg(void) { return SelectMapping<MappingField>(kHiAppMemBeg); } in HiAppMemBeg() function