Searched defs:allocateNative (Results 1 – 5 of 5) sorted by relevance
359 static MemorySegment allocateNative(MemoryLayout layout) { in allocateNative() method379 static MemorySegment allocateNative(long bytesSize) { in allocateNative() method415 static MemorySegment allocateNative(long bytesSize, long alignmentBytes) { in allocateNative() method
538 static MemorySegment allocateNative(MemoryLayout layout) { in allocateNative() method558 static MemorySegment allocateNative(long bytesSize) { in allocateNative() method602 static MemorySegment allocateNative(long bytesSize, long alignmentBytes) { in allocateNative() method
691 static MemorySegment allocateNative(MemoryLayout layout, ResourceScope scope) { in allocateNative() method716 static MemorySegment allocateNative(long bytesSize, ResourceScope scope) { in allocateNative() method737 static MemorySegment allocateNative(long bytesSize, long alignmentBytes, ResourceScope scope) { in allocateNative() method
824 static MemorySegment allocateNative(MemoryLayout layout) { in allocateNative() method845 static MemorySegment allocateNative(long bytesSize) { in allocateNative() method907 static MemorySegment allocateNative(long bytesSize, long alignmentBytes) { in allocateNative() method
85 private static MemorySegment allocateNative(MemoryLayout layout) { in allocateNative() method in SharedUtils