Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
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 750 of file gc.c.

Field Documentation

◆ cache

stack_chunk_t* mark_stack::cache

Definition at line 752 of file gc.c.

◆ cache_size

size_t mark_stack::cache_size

Definition at line 755 of file gc.c.

◆ chunk

stack_chunk_t* mark_stack::chunk

Definition at line 751 of file gc.c.

◆ index

int mark_stack::index

Definition at line 753 of file gc.c.

◆ limit

int mark_stack::limit

Definition at line 754 of file gc.c.

◆ unused_cache_size

size_t mark_stack::unused_cache_size

Definition at line 756 of file gc.c.


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