Searched refs:minCellCount (Results 1 – 1 of 1) sorted by relevance
440 size_t minCellCount = usedCellCount + max(ALLOCATIONS_PER_COLLECTION, usedCellCount); in resizeBlocks() local441 …size_t minBlockCount = (minCellCount + HeapConstants::cellsPerBlock - 1) / HeapConstants::cellsPer… in resizeBlocks()443 size_t maxCellCount = 1.25f * minCellCount; in resizeBlocks()