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()
736 static int getTempArraySize(int totalSize) { in getTempArraySize() argument737 return Math.min(4096, totalSize); in getTempArraySize()
831 static volatile long totalSize; field in FileChannelImpl.Unmapper850 totalSize += size; in Unmapper()872 totalSize -= size; in run()
1252 int totalSize = arraySize; in ExpatParser_cloneAttributes() local1257 totalSize += length + 1; in ExpatParser_cloneAttributes()1260 char* buffer = new char[totalSize]; in ExpatParser_cloneAttributes()