Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h985 return (u32*)(((((x) & ~(Mapping::kAppMemMsk | (kMetaShadowCell - 1)))) / in MemToMetaImpl()
986 kMetaShadowCell * kMetaShadowSize) | Mapping::kMetaShadowBeg); in MemToMetaImpl()
989 return (u32*)(((x & ~(kMetaShadowCell - 1)) / \ in MemToMetaImpl()
990 kMetaShadowCell * kMetaShadowSize) | Mapping::kMetaShadowBeg); in MemToMetaImpl()
992 return (u32*)(((x & ~(kMetaShadowCell - 1)) / \ in MemToMetaImpl()
993 kMetaShadowCell * kMetaShadowSize) + Mapping::kMetaShadowBeg); in MemToMetaImpl()
H A Dtsan_sync.cpp74 uptr sz = RoundUpTo(b->siz, kMetaShadowCell); in FreeBlock()
125 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in ResetRange()
H A Dtsan_defs.h86 const uptr kMetaShadowCell = 8; variable
H A Dtsan_mman.cpp46 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in OnUnmap()
H A Dtsan_rtl.cpp357 (p - prev) / kMetaShadowCell); in CheckShadowMapping()