Searched refs:allocateMemory (Results 1 – 3 of 3) 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()
355 public native long allocateMemory(long bytes); in allocateMemory() method in Unsafe