| Package | Description |
|---|---|
| jnr.ffi.provider.jffi |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AllocatedDirectMemoryIO |
class |
TransientNativeMemory |
| Modifier and Type | Method and Description |
|---|---|
static DirectMemoryIO |
TransientNativeMemory.allocate(Runtime runtime,
int size,
int align,
boolean clear) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
DirectMemoryIO.memcpy(DirectMemoryIO src,
long srcOffset,
DirectMemoryIO dst,
long dstOffset,
long count) |