Searched refs:totalSize (Results 1 – 6 of 6) sorted by relevance
52 public static int getTempArraySize(int totalSize) { in getTempArraySize() argument53 return Math.min(ARRAY_SIZE, totalSize); in getTempArraySize()
38 public static int getTempArraySize(int totalSize) { in getTempArraySize() argument
737 static int getTempArraySize(int totalSize) { in getTempArraySize() argument738 return Math.min(4096, totalSize); in getTempArraySize()
848 static volatile long totalSize; field in FileChannelImpl.Unmapper867 totalSize += size; in Unmapper()889 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()