Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
rb_imemo_tmpbuf_struct Struct Reference

#include <internal.h>

Data Fields

VALUE flags
 
VALUE reserved
 
VALUEptr
 
struct rb_imemo_tmpbuf_structnext
 
size_t cnt
 

Detailed Description

Definition at line 1231 of file internal.h.

Field Documentation

◆ cnt

size_t rb_imemo_tmpbuf_struct::cnt

Definition at line 1236 of file internal.h.

Referenced by rb_free_tmp_buffer().

◆ flags

VALUE rb_imemo_tmpbuf_struct::flags

Definition at line 1232 of file internal.h.

◆ next

struct rb_imemo_tmpbuf_struct * rb_imemo_tmpbuf_struct::next

Definition at line 1235 of file internal.h.

◆ ptr

VALUE * rb_imemo_tmpbuf_struct::ptr

Definition at line 1234 of file internal.h.

Referenced by rb_free_tmp_buffer().

◆ reserved

VALUE rb_imemo_tmpbuf_struct::reserved

Definition at line 1233 of file internal.h.


The documentation for this struct was generated from the following files: