Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp155 RegionMemUsage(HiAppMemBeg(), HiAppMemEnd(), &high_res, &high_dirty); in WriteMemoryProfile()
182 HiAppMemBeg(), HiAppMemEnd(), high_res / 1024, high_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform_posix.cpp123 ProtectRange(HeapEnd(), HiAppMemBeg()); in CheckAndProtect()
H A Dtsan_platform.h711 uptr HiAppMemBeg(void) { in HiAppMemBeg() function
748 *start = HiAppMemBeg(); in GetUserRegion()
H A Dtsan_platform_linux.cpp117 else if (p >= HiAppMemBeg() && p < HiAppMemEnd()) in FillProfileCallback()