|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include <internal.h>
Data Fields | |
| VALUE | flags |
| VALUE | reserved |
| VALUE * | ptr |
| struct rb_imemo_tmpbuf_struct * | next |
| size_t | cnt |
Definition at line 1231 of file internal.h.
| size_t rb_imemo_tmpbuf_struct::cnt |
Definition at line 1236 of file internal.h.
Referenced by rb_free_tmp_buffer().
| VALUE rb_imemo_tmpbuf_struct::flags |
Definition at line 1232 of file internal.h.
| struct rb_imemo_tmpbuf_struct * rb_imemo_tmpbuf_struct::next |
Definition at line 1235 of file internal.h.
| VALUE * rb_imemo_tmpbuf_struct::ptr |
Definition at line 1234 of file internal.h.
Referenced by rb_free_tmp_buffer().
| VALUE rb_imemo_tmpbuf_struct::reserved |
Definition at line 1233 of file internal.h.