Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
rb_imemo_alloc_struct Struct Reference

#include <internal.h>

Data Fields

VALUE flags
 
VALUE reserved
 
VALUEptr
 
struct rb_imemo_alloc_structnext
 
size_t cnt
 

Detailed Description

Definition at line 933 of file internal.h.

Field Documentation

◆ cnt

size_t rb_imemo_alloc_struct::cnt

Definition at line 938 of file internal.h.

Referenced by rb_parser_realloc().

◆ flags

VALUE rb_imemo_alloc_struct::flags

Definition at line 934 of file internal.h.

◆ next

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().

◆ ptr

VALUE* rb_imemo_alloc_struct::ptr

Definition at line 936 of file internal.h.

Referenced by rb_parser_realloc().

◆ reserved

VALUE rb_imemo_alloc_struct::reserved

Definition at line 935 of file internal.h.


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