Searched refs:AllocatedGroupSize (Results 1 – 2 of 2) sorted by relevance
1088 uptr AllocatedGroupSize = GroupBase == CurGroupBase in markFreeBlocks() local1091 if (AllocatedGroupSize == 0) in markFreeBlocks()1113 if (isSmallBlock(BlockSize) && (BytesInBG * 100U) / AllocatedGroupSize < in markFreeBlocks()1123 const uptr MaxContainedBlocks = AllocatedGroupSize / BlockSize; in markFreeBlocks()1131 const uptr To = GroupBase + AllocatedGroupSize; in markFreeBlocks()1133 AllocatedGroupSize); in markFreeBlocks()1141 RegionIndex, AllocatedGroupSize, in markFreeBlocks()
1350 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd in collectGroupsToRelease() local1354 (AllocatedGroupSize * (100 - 1U - BlockSize / 16U)) / 100U; in collectGroupsToRelease()1495 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd in markFreeBlocks() local1498 const uptr BatchGroupUsedEnd = BatchGroupBase + AllocatedGroupSize; in markFreeBlocks()1504 uptr MaxContainedBlocks = AllocatedGroupSize / BlockSize; in markFreeBlocks()