Searched refs:MaxContainedBlocks (Results 1 – 2 of 2) sorted by relevance
1504 uptr MaxContainedBlocks = AllocatedGroupSize / BlockSize; in markFreeBlocks() local1506 ++MaxContainedBlocks; in markFreeBlocks()1511 if (NumBlocks == MaxContainedBlocks) { in markFreeBlocks()1523 DCHECK_LT(NumBlocks, MaxContainedBlocks); in markFreeBlocks()
1123 const uptr MaxContainedBlocks = AllocatedGroupSize / BlockSize; in markFreeBlocks() local1126 if (NumBlocks == MaxContainedBlocks) { in markFreeBlocks()1135 DCHECK_LT(NumBlocks, MaxContainedBlocks); in markFreeBlocks()