Searched refs:LoAppMemEnd (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/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_posix.cpp | 147 ProtectRange(LoAppMemEnd(), ShadowBeg());
|
| H A D | tsan_platform_linux.cpp | 109 else if ((p >= LoAppMemBeg() && p < LoAppMemEnd()) || in FillProfileCallback()
|
| H A D | tsan_platform.h | 888 uptr LoAppMemEnd(void) { return SelectMapping<MappingField>(kLoAppMemEnd); } in LoAppMemEnd() function
|
| H A D | tsan_rtl.cpp | 558 {LoAppMemBeg(), LoAppMemEnd()}, in IsValidMmapRange()
|