Searched refs:ShadowEnd (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cc30 (uptr)MmapFixedNoReserve(ShadowBeg(), ShadowEnd() - ShadowBeg(),
81 DontDumpShadowMemory(ShadowBeg(), ShadowEnd() - ShadowBeg());
83 ShadowBeg(), ShadowEnd(),
84 (ShadowEnd() - ShadowBeg()) >> 30);
134 ProtectRange(ShadowEnd(), MetaShadowBeg());
H A Dtsan_platform_linux.cc90 if (p >= ShadowBeg() && p < ShadowEnd())
130 FlushUnneededShadowMemory(ShadowBeg(), ShadowEnd() - ShadowBeg());
H A Dtsan_platform.h476 uptr ShadowEnd(void) { function in namespace:__tsan

Completed in 102 milliseconds