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

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp163 RegionMemUsage(LoAppMemBeg(), LoAppMemEnd(), &low_res, &low_dirty);
168 RegionMemUsage(LoAppMemBeg(), LoAppMemEnd(), &app_res, &app_dirty);
191 LoAppMemBeg(), LoAppMemEnd(), low_res / 1024, low_dirty / 1024,
195 LoAppMemBeg(), LoAppMemEnd(), app_res / 1024, app_dirty / 1024,
H A Dtsan_platform_posix.cpp118 ProtectRange(LoAppMemEnd(), ShadowBeg());
H A Dtsan_platform_linux.cpp108 else if ((p >= LoAppMemBeg() && p < LoAppMemEnd()) ||
H A Dtsan_platform.h753 uptr LoAppMemEnd(void) { return SelectMapping<MappingField>(kLoAppMemEnd); } function in namespace:__tsan
H A Dtsan_rtl.cpp557 {LoAppMemBeg(), LoAppMemEnd()},

Completed in 177 milliseconds