Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp45 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 Dtsan_platform_mac.cpp146 RegionMemUsage(ShadowBeg(), ShadowEnd(), &shadow_res, &shadow_dirty); in WriteMemoryProfile()
177 ShadowBeg(), ShadowEnd(), shadow_res / 1024, shadow_dirty / 1024, in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp108 if (p >= ShadowBeg() && p < ShadowEnd()) in FillProfileCallback()
148 ReleaseMemoryPagesToOS(ShadowBeg(), ShadowEnd()); in FlushShadowMemoryCallback()
H A Dtsan_platform.h771 uptr ShadowBeg(void) { in ShadowBeg() function