Ruby 4.1.0dev (2026-05-18 revision 837f6843771a2b54e543ea938528b1bffe04062a)
Data Fields
mark_stack Struct Reference

Data Fields

stack_chunk_tchunk
 
stack_chunk_tcache
 
int index
 
int limit
 
size_t cache_size
 
size_t unused_cache_size
 

Detailed Description

Definition at line 459 of file default.c.

Field Documentation

◆ cache

stack_chunk_t* mark_stack::cache

Definition at line 461 of file default.c.

◆ cache_size

size_t mark_stack::cache_size

Definition at line 464 of file default.c.

◆ chunk

stack_chunk_t* mark_stack::chunk

Definition at line 460 of file default.c.

◆ index

int mark_stack::index

Definition at line 462 of file default.c.

◆ limit

int mark_stack::limit

Definition at line 463 of file default.c.

◆ unused_cache_size

size_t mark_stack::unused_cache_size

Definition at line 465 of file default.c.


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