Searched refs:totalSize (Results 1 – 6 of 6) sorted by relevance
53 public static int getTempArraySize(int totalSize) { in getTempArraySize() argument54 return Math.min(ARRAY_SIZE, totalSize); in getTempArraySize()
38 public static int getTempArraySize(int totalSize) { in getTempArraySize() argument
736 static int getTempArraySize(int totalSize) { in getTempArraySize() argument737 return Math.min(4096, totalSize); in getTempArraySize()
850 static volatile long totalSize; field in FileChannelImpl.Unmapper869 totalSize += size; in Unmapper()891 totalSize -= size; in run()
385 static volatile long totalSize; field in FileChannelImpl.Unmapper
1265 int totalSize = arraySize; in ExpatParser_cloneAttributes() local1270 totalSize += length + 1; in ExpatParser_cloneAttributes()1273 char* buffer = new char[totalSize]; in ExpatParser_cloneAttributes()