Searched refs:MaxContainedBlocks (Results 1 – 2 of 2) sorted by relevance
1130 const uptr MaxContainedBlocks = AllocatedGroupSize / BlockSize; in markFreeBlocks() local1133 if (NumBlocks == MaxContainedBlocks) { in markFreeBlocks()1142 DCHECK_LT(NumBlocks, MaxContainedBlocks); in markFreeBlocks()
1557 uptr MaxContainedBlocks = AllocatedGroupSize / BlockSize; in markFreeBlocks() local1559 ++MaxContainedBlocks; in markFreeBlocks()1564 if (NumBlocks == MaxContainedBlocks) { in markFreeBlocks()1576 DCHECK_LT(NumBlocks, MaxContainedBlocks); in markFreeBlocks()