Ruby
2.5.0dev(2017-10-22revision60238)
|
#include <internal.h>
Data Fields | |
VALUE | flags |
VALUE | reserved |
VALUE * | ptr |
struct rb_imemo_alloc_struct * | next |
size_t | cnt |
Definition at line 933 of file internal.h.
size_t rb_imemo_alloc_struct::cnt |
Definition at line 938 of file internal.h.
Referenced by rb_parser_realloc().
VALUE rb_imemo_alloc_struct::flags |
Definition at line 934 of file internal.h.
struct rb_imemo_alloc_struct* rb_imemo_alloc_struct::next |
Definition at line 937 of file internal.h.
Referenced by rb_parser_free(), and rb_parser_realloc().
VALUE* rb_imemo_alloc_struct::ptr |
Definition at line 936 of file internal.h.
Referenced by rb_parser_realloc().
VALUE rb_imemo_alloc_struct::reserved |
Definition at line 935 of file internal.h.