Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp163 RegionMemUsage(LoAppMemBeg(), LoAppMemEnd(), &low_res, &low_dirty); in WriteMemoryProfile()
168 RegionMemUsage(LoAppMemBeg(), LoAppMemEnd(), &app_res, &app_dirty); in WriteMemoryProfile()
191 LoAppMemBeg(), LoAppMemEnd(), low_res / 1024, low_dirty / 1024, in WriteMemoryProfile()
195 LoAppMemBeg(), LoAppMemEnd(), app_res / 1024, app_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform_posix.cpp147 ProtectRange(LoAppMemEnd(), ShadowBeg());
H A Dtsan_platform_linux.cpp109 else if ((p >= LoAppMemBeg() && p < LoAppMemEnd()) || in FillProfileCallback()
H A Dtsan_platform.h888 uptr LoAppMemEnd(void) { return SelectMapping<MappingField>(kLoAppMemEnd); } in LoAppMemEnd() function
H A Dtsan_rtl.cpp558 {LoAppMemBeg(), LoAppMemEnd()}, in IsValidMmapRange()