Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <imemo.h>
Data Fields | |
VALUE | flags |
VALUE | reserved |
VALUE * | ptr |
struct rb_imemo_tmpbuf_struct * | next |
size_t | cnt |
size_t rb_imemo_tmpbuf_struct::cnt |
Definition at line 98 of file imemo.h.
Referenced by rb_alloc_tmp_buffer_with_count(), rb_free_tmp_buffer(), and rb_parser_realloc().
struct rb_imemo_tmpbuf_struct* rb_imemo_tmpbuf_struct::next |
Definition at line 97 of file imemo.h.
Referenced by rb_parser_realloc().
VALUE* rb_imemo_tmpbuf_struct::ptr |
Definition at line 96 of file imemo.h.
Referenced by rb_alloc_tmp_buffer_with_count(), rb_free_tmp_buffer(), and rb_parser_realloc().