Searched refs:GroupSizeLog (Results 1 – 4 of 4) sorted by relevance
58 static const uptr GroupSizeLog = 21U; member65 static const uptr GroupSizeLog = 19U; member105 static const uptr GroupSizeLog = 20U; member110 static const uptr GroupSizeLog = 18U; member148 static const uptr GroupSizeLog = 19U; member152 static const uptr GroupSizeLog = 21U; member177 static const uptr GroupSizeLog = 20U; member
66 // then it pops out blocks in a new group. Therefore, `GroupSizeLog` is always67 // smaller or equal to `RegionSizeLog`. Note that `GroupSizeLog` needs to be70 PRIMARY_REQUIRED(const uptr, GroupSizeLog)
55 static const uptr GroupSizeLog = Config::getGroupSizeLog();56 static_assert(RegionSizeLog >= GroupSizeLog,58 static const uptr GroupScale = GroupSizeLog - CompactPtrScale;83 const uptr GroupSize = (1UL << GroupSizeLog); in init()290 if (GroupSizeLog < RegionSizeLog) { in pushBlocks()1350 const uptr GroupSize = (1UL << GroupSizeLog); in collectGroupsToRelease()1517 const uptr GroupSize = (1UL << GroupSizeLog); in markFreeBlocks()
48 static const uptr GroupSizeLog = Config::getGroupSizeLog();179 const uptr Mask = (static_cast<uptr>(1) << GroupSizeLog) - 1; in compactPtrGroupBase()443 static_assert(Config::getRegionSizeLog() == GroupSizeLog, in allocateRegionSlow()1080 const uptr GroupSize = (1UL << GroupSizeLog); in markFreeBlocks()