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 74 static const uptr kLinuxAppMemBeg = 0x000000000000ULL;
92 static const uptr kLinuxAppMemBeg = 0x290000000000ULL;
97 static const uptr kLinuxAppMemBeg = 0x7cf000000000ULL;
126 static const uptr kLinuxShadowBeg = MemToShadow(kLinuxAppMemBeg);
132 return (mem >= kLinuxAppMemBeg && mem < kAppMemGapBeg) ||
137 return mem >= kLinuxAppMemBeg && mem <= kLinuxAppMemEnd;
tsan_platform_mac.cc 71 kLinuxAppMemBeg, kLinuxAppMemEnd,
72 (kLinuxAppMemEnd - kLinuxAppMemBeg) >> 30);
tsan_platform_linux.cc 215 if (MemToMeta(kLinuxAppMemBeg) < (u32*)kMetaShadow) {
217 kLinuxAppMemBeg, MemToMeta(kLinuxAppMemBeg), kMetaShadow);
239 const uptr kClosedMidEnd = min(min(kLinuxAppMemBeg, kTraceMemBegin),
249 kLinuxAppMemBeg, kLinuxAppMemEnd,
250 (kLinuxAppMemEnd - kLinuxAppMemBeg) >> 30);
268 if ((u64)start < kLinuxAppMemBeg) {
271 start, kLinuxAppMemBeg);

Completed in 49 milliseconds