Home
last modified time | relevance | path

Searched refs:AllocatedGroupSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h1095 uptr AllocatedGroupSize = GroupBase == CurGroupBase in markFreeBlocks() local
1098 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()
H A Dprimary64.h1403 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd in collectGroupsToRelease() local
1407 (AllocatedGroupSize * (100 - 1U - BlockSize / 16U)) / 100U; in collectGroupsToRelease()
1548 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd in markFreeBlocks() local
1551 const uptr BatchGroupUsedEnd = BatchGroupBase + AllocatedGroupSize; in markFreeBlocks()
1557 uptr MaxContainedBlocks = AllocatedGroupSize / BlockSize; in markFreeBlocks()