Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
iseq_compile_data_storage Struct Reference

#include <iseq.h>

Data Fields

struct iseq_compile_data_storagenext
 
unsigned int pos
 
unsigned int size
 
char buff [FLEX_ARY_LEN]
 

Detailed Description

Definition at line 267 of file iseq.h.

Field Documentation

◆ buff

char iseq_compile_data_storage::buff[FLEX_ARY_LEN]

Definition at line 271 of file iseq.h.

Referenced by rb_iseq_mark_insn_storage().

◆ next

struct iseq_compile_data_storage* iseq_compile_data_storage::next

Definition at line 268 of file iseq.h.

Referenced by rb_iseq_mark_insn_storage(), and rb_iseq_memsize().

◆ pos

unsigned int iseq_compile_data_storage::pos

Definition at line 269 of file iseq.h.

Referenced by rb_iseq_mark_insn_storage().

◆ size

unsigned int iseq_compile_data_storage::size

Definition at line 270 of file iseq.h.

Referenced by rb_iseq_mark_insn_storage(), and rb_iseq_memsize().


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