Searched refs:nrClusters (Results 1 – 1 of 1) sorted by relevance
348 public long[] allocNew(int nrClusters) throws IOException { in allocNew() argument349 final long rc[] = new long[nrClusters]; in allocNew()352 for (int i = 1; i < nrClusters; i++) { in allocNew()