Searched refs:maxAvailableLong (Results 1 – 1 of 1) sorted by relevance
1108 long maxAvailableLong = nonreserved * quotaPercent / 100; in trimToFit() local1110 Math.min(maxAvailableLong, Integer.MAX_VALUE))); in trimToFit()