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

  /external/compiler-rt/lib/tsan/rtl/
tsan_defs.h 76 const uptr kMetaShadowCell = 8;
tsan_platform.h 622 return (u32*)(((((x) & ~(Mapping::kAppMemMsk | (kMetaShadowCell - 1)))
623 ^ Mapping::kAppMemXor) / kMetaShadowCell * kMetaShadowSize)
626 return (u32*)(((x & ~(kMetaShadowCell - 1)) / \
627 kMetaShadowCell * kMetaShadowSize) | Mapping::kMetaShadowBeg);
tsan_sync.cc 78 uptr sz = RoundUpTo(b->siz, kMetaShadowCell);
129 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize;
tsan_mman.cc 44 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize;

Completed in 43 milliseconds