Searched refs:kLoAppMemEnd (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h53 const uptr kLoAppMemEnd = 0x010000000000ull; member in namespace:__tsan
83 const uptr kLoAppMemEnd = 0x0200000000ull;
94 (mem >= kLoAppMemBeg && mem < kLoAppMemEnd) ||
125 if (s >= MemToShadow(kLoAppMemBeg) && s <= MemToShadow(kLoAppMemEnd - 1))
132 kLoAppMemBeg, kLoAppMemEnd,
H A Dtsan_platform_linux.cc92 else if (p >= kLoAppMemBeg && p < kLoAppMemEnd)
306 ProtectRange(kLoAppMemEnd, kShadowBeg);

Completed in 91 milliseconds