Searched defs:readBufferArray (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java82 private final long readBufferArray; field in class:WindowsAsynchronousSocketChannelImpl
112 this.readBufferArray = unsafe.allocateMemory(SIZEOF_WSABUFARRAY);
159 unsafe.freeMemory(readBufferArray);
397 long address = readBufferArray;
490 int n = read0(handle, numBufs, readBufferArray, overlapped);

Completed in 31 milliseconds