Lines Matching defs:GroupSize
83 const uptr GroupSize = (1UL << GroupSizeLog);
84 const uptr PagesInGroup = GroupSize / PageSize;
1218 constexpr uptr GroupSize = (1UL << GroupSizeLog);
1219 constexpr uptr MaxNumGroups = RegionSize / GroupSize;
1221 MemoryGroupFragmentationRecorder<GroupSize, MaxNumGroups> Recorder;
1236 roundUp(Region->MemMapInfo.AllocatedUser, GroupSize) / GroupSize;
1244 Region->RegionBeg + I * GroupSize, Integral, Fractional);
1453 const uptr GroupSize = (1UL << GroupSizeLog);
1462 uptr MinDistToThreshold = GroupSize;
1467 // Group boundary is always GroupSize-aligned from CompactPtr base. The
1476 // --- GroupSize --- --- GroupSize ---
1484 DCHECK_EQ((Region->RegionBeg - BatchGroupBase) % GroupSize, 0U);
1510 const uptr BatchGroupEnd = BatchGroupBase + GroupSize;
1512 ? GroupSize
1517 const bool MayHaveReleasedAll = NumBlocks >= (GroupSize / BlockSize);
1612 if (MinDistToThreshold == GroupSize)
1625 const uptr GroupSize = (1UL << GroupSizeLog);
1635 GroupSize,
1655 const uptr BatchGroupEnd = BatchGroupBase + GroupSize;
1657 ? GroupSize