Home
last modified time | relevance | path

Searched refs:kMetaShadowCell (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h618 return (u32*)(((((x) & ~(Mapping::kAppMemMsk | (kMetaShadowCell - 1))) in MemToMetaImpl()
619 ^ Mapping::kAppMemXor) / kMetaShadowCell * kMetaShadowSize) in MemToMetaImpl()
622 return (u32*)(((x & ~(kMetaShadowCell - 1)) / \ in MemToMetaImpl()
623 kMetaShadowCell * kMetaShadowSize) | Mapping::kMetaShadowBeg); in MemToMetaImpl()
Dtsan_defs.h72 const uptr kMetaShadowCell = 8; variable
Dtsan_sync.cc78 uptr sz = RoundUpTo(b->siz, kMetaShadowCell); in FreeBlock()
123 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in ResetRange()
Dtsan_mman.cc44 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in OnUnmap()