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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java63 private static final int SIZEOF_WSABUFARRAY = MAX_WSABUF * SIZEOF_WSABUF; field in class:WindowsAsynchronousSocketChannelImpl
112 this.readBufferArray = unsafe.allocateMemory(SIZEOF_WSABUFARRAY);
113 this.writeBufferArray = unsafe.allocateMemory(SIZEOF_WSABUFARRAY);

Completed in 32 milliseconds