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

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 79 static const uptr kMetaSize = 0x007000000000ULL;
83 static const uptr kMetaSize = 0x100000000000ULL;
87 static const uptr kMetaSize = 0x100000000000ULL;
tsan_platform_linux.cc 220 if (MemToMeta(kLinuxAppMemEnd) >= (u32*)(kMetaShadow + kMetaSize)) {
222 kLinuxAppMemEnd, MemToMeta(kLinuxAppMemEnd), kMetaShadow + kMetaSize);
225 uptr meta = (uptr)MmapFixedNoReserve(kMetaShadow, kMetaSize);
233 kMetaShadow, kMetaShadow + kMetaSize, kMetaSize >> 30);

Completed in 556 milliseconds