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

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp164 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty);
192 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024,
229 if (max_vm != HiAppMemEnd()) {
231 (void *)max_vm, (void *)HiAppMemEnd());
H A Dtsan_platform_posix.cpp134 ProtectRange(HiAppMemEnd(), user_addr_max_l4);
H A Dtsan_platform_linux.cpp110 (p >= HiAppMemBeg() && p < HiAppMemEnd()))
H A Dtsan_platform.h768 uptr HiAppMemEnd(void) { return SelectMapping<MappingField>(kHiAppMemEnd); } function in namespace:__tsan
H A Dtsan_rtl.cpp559 {HiAppMemBeg(), HiAppMemEnd()},

Completed in 143 milliseconds