Searched refs:ShadowBeg (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_posix.cpp | 45 if (!MmapFixedSuperNoReserve(ShadowBeg(), ShadowEnd() - ShadowBeg(), in InitializeShadowMemory() 55 DontDumpShadow(ShadowBeg(), ShadowEnd() - ShadowBeg()); in InitializeShadowMemory() 57 ShadowBeg(), ShadowEnd(), in InitializeShadowMemory() 58 (ShadowEnd() - ShadowBeg()) >> 30); in InitializeShadowMemory() 107 ProtectRange(HeapMemEnd(), ShadowBeg()); in CheckAndProtect() 111 ProtectRange(LoAppMemEnd(), ShadowBeg()); in CheckAndProtect()
|
| H A D | tsan_platform_mac.cpp | 146 RegionMemUsage(ShadowBeg(), ShadowEnd(), &shadow_res, &shadow_dirty); in WriteMemoryProfile() 177 ShadowBeg(), ShadowEnd(), shadow_res / 1024, shadow_dirty / 1024, in WriteMemoryProfile()
|
| H A D | tsan_platform_linux.cpp | 108 if (p >= ShadowBeg() && p < ShadowEnd()) in FillProfileCallback() 148 ReleaseMemoryPagesToOS(ShadowBeg(), ShadowEnd()); in FlushShadowMemoryCallback()
|
| H A D | tsan_platform.h | 771 uptr ShadowBeg(void) { in ShadowBeg() function
|