| Package | Description |
|---|---|
| org.jruby.ext.ffi.jffi |
| Modifier and Type | Method and Description |
|---|---|
(package private) static AllocatedNativeMemoryIO |
AllocatedNativeMemoryIO.allocate(Ruby runtime,
int size,
boolean clear)
Allocates native memory
|
(package private) static AllocatedNativeMemoryIO |
AllocatedNativeMemoryIO.allocateAligned(Ruby runtime,
int size,
int align,
boolean clear)
Allocates native memory, aligned to a minimum boundary.
|