Home
last modified time | relevance | path

Searched refs:ShadowBeg (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cc57 if (!MmapFixedNoReserve(ShadowBeg(), ShadowEnd() - ShadowBeg(), "shadow")) { in InitializeShadowMemory()
103 DontDumpShadow(ShadowBeg(), ShadowEnd() - ShadowBeg()); in InitializeShadowMemory()
105 ShadowBeg(), ShadowEnd(), in InitializeShadowMemory()
106 (ShadowEnd() - ShadowBeg()) >> 30); in InitializeShadowMemory()
152 ProtectRange(HeapMemEnd(), ShadowBeg()); in CheckAndProtect()
156 ProtectRange(LoAppMemEnd(), ShadowBeg()); in CheckAndProtect()
H A Dtsan_platform_mac.cc142 RegionMemUsage(ShadowBeg(), ShadowEnd(), &shadow_res, &shadow_dirty); in WriteMemoryProfile()
173 ShadowBeg(), ShadowEnd(), shadow_res / 1024, shadow_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform_linux.cc97 if (p >= ShadowBeg() && p < ShadowEnd()) in FillProfileCallback()
137 ReleaseMemoryPagesToOS(ShadowBeg(), ShadowEnd()); in FlushShadowMemoryCallback()
H A Dtsan_platform.h666 uptr ShadowBeg(void) { in ShadowBeg() function