HomeSort by relevance Sort by last modified time
    Searched refs:kLinuxAppMemBeg (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 24 static const uptr kLinuxAppMemBeg = 0x000000000000ULL;
31 static const uptr kLinuxAppMemBeg = 0x290000000000ULL;
34 static const uptr kLinuxAppMemBeg = 0x7cf000000000ULL;
49 static const uptr kLinuxShadowBeg = MemToShadow(kLinuxAppMemBeg);
54 return mem >= kLinuxAppMemBeg && mem <= kLinuxAppMemEnd;
tsan_platform_mac.cc 76 kLinuxAppMemBeg, kLinuxAppMemEnd,
77 (kLinuxAppMemEnd - kLinuxAppMemBeg) >> 30);
tsan_platform_linux.cc 114 const uptr kClosedMidEnd = kLinuxAppMemBeg - 1;
130 kLinuxAppMemBeg, kLinuxAppMemEnd,
131 (kLinuxAppMemEnd - kLinuxAppMemBeg) >> 30);
146 if ((u64)start < kLinuxAppMemBeg) {
149 start, kLinuxAppMemBeg);

Completed in 529 milliseconds