Home
last modified time | relevance | path

Searched refs:AppMemBeg (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp159 RegionMemUsage(AppMemBeg(), AppMemEnd(), &app_res, &app_dirty); in WriteMemoryProfile()
185 AppMemBeg(), AppMemEnd(), app_res / 1024, app_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform.h727 uptr AppMemBeg(void) { in AppMemBeg() function
763 *start = AppMemBeg(); in GetUserRegion()
H A Dtsan_platform_linux.cpp120 else if (p >= AppMemBeg() && p < AppMemEnd()) in FillProfileCallback()