Ruby  2.4.2p198(2017-09-14revision59899)
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 [1]
 

Detailed Description

Definition at line 180 of file iseq.h.

Field Documentation

◆ buff

char iseq_compile_data_storage::buff[1]

Definition at line 184 of file iseq.h.

Referenced by compile_data_alloc().

◆ next

struct iseq_compile_data_storage* iseq_compile_data_storage::next

Definition at line 181 of file iseq.h.

Referenced by compile_data_alloc(), compile_data_free(), and iseq_memsize().

◆ pos

unsigned int iseq_compile_data_storage::pos

Definition at line 182 of file iseq.h.

Referenced by compile_data_alloc().

◆ size

unsigned int iseq_compile_data_storage::size

Definition at line 183 of file iseq.h.

Referenced by compile_data_alloc(), and iseq_memsize().


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