|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AllocatedDirectMemoryIO | |
|---|---|
| org.jruby.ext.ffi | |
| org.jruby.ext.ffi.jffi | |
| Uses of AllocatedDirectMemoryIO in org.jruby.ext.ffi |
|---|
| Classes in org.jruby.ext.ffi that implement AllocatedDirectMemoryIO | |
|---|---|
class |
FreedMemoryIO
|
| Methods in org.jruby.ext.ffi that return AllocatedDirectMemoryIO | |
|---|---|
abstract AllocatedDirectMemoryIO |
Factory.allocateDirectMemory(Ruby runtime,
int size,
boolean clear)
Allocates memory on the native C heap and wraps it in a MemoryIO accessor. |
AllocatedDirectMemoryIO |
NoImplFactory.allocateDirectMemory(Ruby runtime,
int size,
boolean clear)
|
abstract AllocatedDirectMemoryIO |
Factory.allocateDirectMemory(Ruby runtime,
int size,
int align,
boolean clear)
Allocates memory on the native C heap and wraps it in a MemoryIO accessor. |
AllocatedDirectMemoryIO |
NoImplFactory.allocateDirectMemory(Ruby runtime,
int size,
int align,
boolean clear)
|
| Uses of AllocatedDirectMemoryIO in org.jruby.ext.ffi.jffi |
|---|
| Methods in org.jruby.ext.ffi.jffi that return AllocatedDirectMemoryIO | |
|---|---|
AllocatedDirectMemoryIO |
Factory.allocateDirectMemory(Ruby runtime,
int size,
boolean clear)
Allocates memory on the native C heap and wraps it in a MemoryIO accessor. |
AllocatedDirectMemoryIO |
Factory.allocateDirectMemory(Ruby runtime,
int size,
int align,
boolean clear)
Allocates memory on the native C heap and wraps it in a MemoryIO accessor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||