Searched refs:totalFreeMemory (Results 1 – 1 of 1) sorted by relevance
395 long totalFreeMemory = runtime.maxMemory() - runtime.totalMemory() in writeToFos() local397 int writeBytes = Math.toIntExact(Math.min(totalFreeMemory, remainingBytes)); in writeToFos()