Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
#include <fiddle.h>
#include <stdbool.h>
#include <ruby/ruby.h>
#include <ruby/encoding.h>
#include <ruby/memory_view.h>
Go to the source code of this file.
Data Structures | |
struct | memview_data |
Macros | |
#define | INTPTR2NUM LL2NUM |
#define | UINTPTR2NUM ULL2NUM |
Functions | |
void | Init_fiddle_memory_view (void) |
Variables | |
VALUE | rb_cMemoryView = Qnil |
#define INTPTR2NUM LL2NUM |
Definition at line 11 of file memory_view.c.
#define UINTPTR2NUM ULL2NUM |
Definition at line 12 of file memory_view.c.
void Init_fiddle_memory_view | ( | void | ) |
Definition at line 301 of file memory_view.c.
References mFiddle, rb_cMemoryView, rb_cObject, rb_define_alloc_func(), and rb_define_class_under().
Definition at line 21 of file memory_view.c.
Referenced by Init_fiddle_memory_view().