Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
mark_stack Struct Reference

Data Fields

stack_chunk_t * chunk
stack_chunk_t * cache
int index
int limit
size_t cache_size
size_t unused_cache_size

Detailed Description

Definition at line 427 of file default.c.

Field Documentation

◆ cache

stack_chunk_t* mark_stack::cache

Definition at line 429 of file default.c.

◆ cache_size

size_t mark_stack::cache_size

Definition at line 432 of file default.c.

◆ chunk

stack_chunk_t* mark_stack::chunk

Definition at line 428 of file default.c.

◆ index

int mark_stack::index

Definition at line 430 of file default.c.

◆ limit

int mark_stack::limit

Definition at line 431 of file default.c.

◆ unused_cache_size

size_t mark_stack::unused_cache_size

Definition at line 433 of file default.c.


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