Searched refs:GroupSizeLog (Results 1 – 3 of 3) sorted by relevance
128 static const uptr GroupSizeLog = 21U; member135 static const uptr GroupSizeLog = 19U; member175 static const uptr GroupSizeLog = 20U; member180 static const uptr GroupSizeLog = 18U; member218 static const uptr GroupSizeLog = 19U; member221 static const uptr GroupSizeLog = 21U; member246 static const uptr GroupSizeLog = 20U; member
57 static const uptr GroupSizeLog = Config::Primary::GroupSizeLog; variable58 static_assert(RegionSizeLog >= GroupSizeLog,60 static const uptr GroupScale = GroupSizeLog - CompactPtrScale;85 const uptr GroupSize = (1UL << GroupSizeLog); in init()310 if (GroupSizeLog < RegionSizeLog) { in pushBlocks()1297 const uptr GroupSize = (1UL << GroupSizeLog); in collectGroupsToRelease()1464 const uptr GroupSize = (1UL << GroupSizeLog); in markFreeBlocks()
48 static const uptr GroupSizeLog = Config::Primary::GroupSizeLog; variable176 const uptr Mask = (static_cast<uptr>(1) << GroupSizeLog) - 1; in compactPtrGroupBase()457 static_assert(Config::Primary::RegionSizeLog == GroupSizeLog, in allocateRegionSlow()1073 const uptr GroupSize = (1UL << GroupSizeLog); in markFreeBlocks()