Searched refs:totalSize (Results 1 – 4 of 4) sorted by relevance
59 public static int getTempArraySize(int totalSize) { in getTempArraySize() argument60 return Math.min(ARRAY_SIZE, totalSize); in getTempArraySize()
727 static int getTempArraySize(int totalSize) { in getTempArraySize() argument728 return Math.min(4096, totalSize); in getTempArraySize()
782 static volatile long totalSize; field in FileChannelImpl.Unmapper801 totalSize += size; in Unmapper()823 totalSize -= size; in run()
1250 int totalSize = arraySize; in ExpatParser_cloneAttributes() local1255 totalSize += length + 1; in ExpatParser_cloneAttributes()1258 char* buffer = new char[totalSize]; in ExpatParser_cloneAttributes()