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

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 25 static const uptr kLinuxAppMemEnd = 0x00fcffffffffULL;
32 static const uptr kLinuxAppMemEnd = 0x7fffffffffffULL;
35 static const uptr kLinuxAppMemEnd = 0x7fffffffffffULL;
51 MemToShadow(kLinuxAppMemEnd) | (kPageSize - 1);
54 return mem >= kLinuxAppMemBeg && mem <= kLinuxAppMemEnd;
tsan_platform_mac.cc 76 kLinuxAppMemBeg, kLinuxAppMemEnd,
77 (kLinuxAppMemEnd - kLinuxAppMemBeg) >> 30);
tsan_platform_linux.cc 130 kLinuxAppMemBeg, kLinuxAppMemEnd,
131 (kLinuxAppMemEnd - kLinuxAppMemBeg) >> 30);

Completed in 30 milliseconds