Searched refs:cells_count (Results 1 – 1 of 1) sorted by relevance
190 static int SizeFor(int cells_count) { in SizeFor() argument191 return sizeof(MarkBit::CellType) * cells_count; in SizeFor()