Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h840 return (u32*)(((((x) & ~(Mapping::kAppMemMsk | (kMetaShadowCell - 1)))) / in MemToMetaImpl()
841 kMetaShadowCell * kMetaShadowSize) | Mapping::kMetaShadowBeg); in MemToMetaImpl()
844 return (u32*)(((x & ~(kMetaShadowCell - 1)) / \ in MemToMetaImpl()
845 kMetaShadowCell * kMetaShadowSize) | Mapping::kMetaShadowBeg); in MemToMetaImpl()
847 return (u32*)(((x & ~(kMetaShadowCell - 1)) / \ in MemToMetaImpl()
848 kMetaShadowCell * kMetaShadowSize) + Mapping::kMetaShadowBeg); in MemToMetaImpl()
H A Dtsan_sync.cc78 uptr sz = RoundUpTo(b->siz, kMetaShadowCell); in FreeBlock()
129 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in ResetRange()
H A Dtsan_defs.h91 const uptr kMetaShadowCell = 8; variable
H A Dtsan_mman.cc47 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in OnUnmap()
H A Dtsan_rtl.cc321 (p - prev) / kMetaShadowCell); in CheckShadowMapping()