Searched refs:allocNativeBuffer (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DNativeBuffers.java46 static NativeBuffer allocNativeBuffer(int size) { method in class:NativeBuffers
82 return allocNativeBuffer(size);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixNativeDispatcher.java44 buffer = NativeBuffers.allocNativeBuffer(size);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java1103 buffer = NativeBuffers.allocNativeBuffer(sizeInBytes);

Completed in 35 milliseconds