Searched refs:HiAppMemEnd (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| 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() 229 if (max_vm != HiAppMemEnd()) { in InitializePlatformEarly() 231 (void *)max_vm, (void *)HiAppMemEnd()); in InitializePlatformEarly()
|
| H A D | tsan_platform_posix.cpp | 134 ProtectRange(HiAppMemEnd(), user_addr_max_l4); in CheckAndProtect()
|
| H A D | tsan_platform_linux.cpp | 110 (p >= HiAppMemBeg() && p < HiAppMemEnd())) in FillProfileCallback()
|
| H A D | tsan_platform.h | 712 uptr HiAppMemEnd(void) { return SelectMapping<MappingField>(kHiAppMemEnd); } in HiAppMemEnd() function
|
| H A D | tsan_rtl.cpp | 556 {HiAppMemBeg(), HiAppMemEnd()}, in IsValidMmapRange()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_platform_mac.cpp | 169 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty); in WriteMemoryProfile() 199 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024, in WriteMemoryProfile() 254 if (max_vm != HiAppMemEnd()) { in InitializePlatformEarly() 256 (void *)max_vm, (void *)HiAppMemEnd()); in InitializePlatformEarly()
|
| H A D | tsan_platform_posix.cpp | 138 ProtectRange(HiAppMemEnd(), user_addr_max_l4); in CheckAndProtect()
|
| H A D | tsan_platform_linux.cpp | 111 (p >= HiAppMemBeg() && p < HiAppMemEnd())) in FillProfileCallback()
|
| H A D | tsan_rtl.cpp | 298 {HiAppMemBeg(), HiAppMemEnd()}, in IsValidMmapRange()
|
| H A D | tsan_platform.h | 780 uptr HiAppMemEnd(void) { return SelectMapping<MappingField>(kHiAppMemEnd); } in HiAppMemEnd() function
|