Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
stack_chunk Struct Reference

Data Fields

VALUE data [STACK_CHUNK_SIZE]
 
struct stack_chunknext
 

Detailed Description

Definition at line 745 of file gc.c.

Field Documentation

◆ data

VALUE stack_chunk::data[STACK_CHUNK_SIZE]

Definition at line 746 of file gc.c.

◆ next

struct stack_chunk* stack_chunk::next

Definition at line 747 of file gc.c.


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