Searched refs:kMetaShadowCell (Results 1 – 4 of 4) sorted by relevance
622 return (u32*)(((((x) & ~(Mapping::kAppMemMsk | (kMetaShadowCell - 1))) in MemToMetaImpl()623 ^ Mapping::kAppMemXor) / kMetaShadowCell * kMetaShadowSize) in MemToMetaImpl()626 return (u32*)(((x & ~(kMetaShadowCell - 1)) / \ in MemToMetaImpl()627 kMetaShadowCell * kMetaShadowSize) | Mapping::kMetaShadowBeg); in MemToMetaImpl()
78 uptr sz = RoundUpTo(b->siz, kMetaShadowCell); in FreeBlock()129 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in ResetRange()
76 const uptr kMetaShadowCell = 8; variable
44 const uptr kMetaRatio = kMetaShadowCell / kMetaShadowSize; in OnUnmap()