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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h68 static const uptr kLinuxAppMemEnd = 0x04dfffffffffULL; member in namespace:__tsan
79 static const uptr kLinuxAppMemEnd = 0x7fffffffffffULL;
82 static const uptr kLinuxAppMemEnd = 0x7fffffffffffULL;
105 MemToShadow(kLinuxAppMemEnd) | 0xff;
108 return mem >= kLinuxAppMemBeg && mem <= kLinuxAppMemEnd;
H A Dtsan_platform_mac.cc70 kLinuxAppMemBeg, kLinuxAppMemEnd,
71 (kLinuxAppMemEnd - kLinuxAppMemBeg) >> 30);
H A Dtsan_platform_linux.cc245 kLinuxAppMemBeg, kLinuxAppMemEnd,
246 (kLinuxAppMemEnd - kLinuxAppMemBeg) >> 30);

Completed in 1029 milliseconds