Searched refs:AllocatedGroupSize (Results 1 – 2 of 2) sorted by relevance
1095 uptr AllocatedGroupSize = GroupBase == CurGroupBase in markFreeBlocks() local1098 if (AllocatedGroupSize == 0) in markFreeBlocks()1120 if (isSmallBlock(BlockSize) && (BytesInBG * 100U) / AllocatedGroupSize < in markFreeBlocks()1130 const uptr MaxContainedBlocks = AllocatedGroupSize / BlockSize; in markFreeBlocks()1138 const uptr To = GroupBase + AllocatedGroupSize; in markFreeBlocks()1140 AllocatedGroupSize); in markFreeBlocks()1148 RegionIndex, AllocatedGroupSize, in markFreeBlocks()
1403 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd in collectGroupsToRelease() local1407 (AllocatedGroupSize * (100 - 1U - BlockSize / 16U)) / 100U; in collectGroupsToRelease()1548 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd in markFreeBlocks() local1551 const uptr BatchGroupUsedEnd = BatchGroupBase + AllocatedGroupSize; in markFreeBlocks()1557 uptr MaxContainedBlocks = AllocatedGroupSize / BlockSize; in markFreeBlocks()