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
69 // then it pops out blocks in a new group. Therefore, `GroupSizeLog` is always70 // smaller or equal to `RegionSizeLog`. Note that `GroupSizeLog` needs to be73 PRIMARY_REQUIRED(const uptr, GroupSizeLog)
55 static const uptr GroupSizeLog = Config::getGroupSizeLog();56 static_assert(RegionSizeLog >= GroupSizeLog,58 static const uptr GroupScale = GroupSizeLog - CompactPtrScale;303 const uptr GroupSize = (1UL << GroupSizeLog); in init()802 if (GroupSizeLog < RegionSizeLog) { in pushBlocks()1237 constexpr uptr GroupSize = (1UL << GroupSizeLog); in getMemoryGroupFragmentationInfoInRegion()1493 Region->ReleaseInfo.TryReleaseThreshold, (1UL << GroupSizeLog) / 2); in releaseToOSMaybe()1582 const uptr GroupSize = (1UL << GroupSizeLog); in collectGroupsToRelease()1754 const uptr GroupSize = (1UL << GroupSizeLog); in markFreeBlocks()
48 static const uptr GroupSizeLog = Config::getGroupSizeLog();93 const uptr Mask = (static_cast<uptr>(1) << GroupSizeLog) - 1; in compactPtrGroupBase()576 static_assert(Config::getRegionSizeLog() == GroupSizeLog, in allocateRegionSlow()1188 const uptr GroupSize = (1UL << GroupSizeLog); in markFreeBlocks()