Example #1
0
 public Pointer(Ruby runtime, RubyClass klazz) {
   super(runtime, klazz, runtime.getFFI().getNullMemoryIO(), 0);
 }
Example #2
0
 public static final RubyClass getPointerClass(Ruby runtime) {
   return runtime.getFFI().pointerClass;
 }
Example #3
0
 public static final Pointer getNull(Ruby runtime) {
   return runtime.getFFI().nullPointer;
 }