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