Home
last modified time | relevance | path

Searched refs:allocateMemory (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java75 this.allocationAddress = unsafe.allocateMemory(size); in NativeObject()
79 long a = unsafe.allocateMemory(size + ps); in NativeObject()
375 long a = unsafe.allocateMemory(8); in byteOrder()
DEPoll.java69 return unsafe.allocateMemory(count * SIZEOF_EPOLLEVENT); in allocatePollArray()
/libcore/ojluni/src/main/java/sun/nio/fs/
DNativeBuffer.java57 this.address = unsafe.allocateMemory(size); in NativeBuffer()
DCancellable.java49 pollingAddress = unsafe.allocateMemory(4); in Cancellable()
DLinuxWatchService.java201 this.address = unsafe.allocateMemory(BUFFER_SIZE); in Poller()
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java380 public native long allocateMemory(long bytes); in allocateMemory() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java182 public native long allocateMemory(long bytes); in allocateMemory() method in Unsafe