Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ !
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()
229 if (max_vm != HiAppMemEnd()) { in InitializePlatformEarly()
231 (void *)max_vm, (void *)HiAppMemEnd()); in InitializePlatformEarly()
H A Dtsan_platform_posix.cpp163 ProtectRange(HiAppMemEnd(), user_addr_max_l4); in CheckAndProtect()
H A Dtsan_platform_linux.cpp111 (p >= HiAppMemBeg() && p < HiAppMemEnd())) in FillProfileCallback()
H A Dtsan_platform.h873 uptr HiAppMemEnd(void) { return SelectMapping<MappingField>(kHiAppMemEnd); } in HiAppMemEnd() function
H A Dtsan_rtl.cpp560 {HiAppMemBeg(), HiAppMemEnd()}, in IsValidMmapRange()