Searched refs:allocateMemory (Results 1 – 7 of 7) sorted by relevance
75 this.allocationAddress = unsafe.allocateMemory(size); in NativeObject()79 long a = unsafe.allocateMemory(size + ps); in NativeObject()375 long a = unsafe.allocateMemory(8); in byteOrder()
69 return unsafe.allocateMemory(count * SIZEOF_EPOLLEVENT); in allocatePollArray()
57 this.address = unsafe.allocateMemory(size); in NativeBuffer()
49 pollingAddress = unsafe.allocateMemory(4); in Cancellable()
201 this.address = unsafe.allocateMemory(BUFFER_SIZE); in Poller()
380 public native long allocateMemory(long bytes); in allocateMemory() method in Unsafe
182 public native long allocateMemory(long bytes); in allocateMemory() method in Unsafe