Searched refs:LoAppMemBeg (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cpp | 163 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 D | tsan_platform_linux.cpp | 108 else if ((p >= LoAppMemBeg() && p < LoAppMemEnd()) || in FillProfileCallback()
|
H A D | tsan_platform.h | 751 uptr LoAppMemBeg(void) { return SelectMapping<MappingField>(kLoAppMemBeg); } in LoAppMemBeg() function
|
H A D | tsan_rtl.cpp | 557 {LoAppMemBeg(), LoAppMemEnd()}, in IsValidMmapRange()
|