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 67 static const uptr kLinuxAppMemBeg = 0x000000000000ULL;
78 static const uptr kLinuxAppMemBeg = 0x290000000000ULL;
81 static const uptr kLinuxAppMemBeg = 0x7cf000000000ULL;
103 static const uptr kLinuxShadowBeg = MemToShadow(kLinuxAppMemBeg);
108 return mem >= kLinuxAppMemBeg && mem <= kLinuxAppMemEnd;
tsan_platform_mac.cc 69 kLinuxAppMemBeg, kLinuxAppMemEnd,
70 (kLinuxAppMemEnd - kLinuxAppMemBeg) >> 30);
tsan_platform_linux.cc 175 const uptr kClosedMidEnd = min(kLinuxAppMemBeg, kTraceMemBegin);
186 kLinuxAppMemBeg, kLinuxAppMemEnd,
187 (kLinuxAppMemEnd - kLinuxAppMemBeg) >> 30);
203 if ((u64)start < kLinuxAppMemBeg) {
206 start, kLinuxAppMemBeg);

Completed in 58 milliseconds