Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
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 679 of file gc.c.

Field Documentation

◆ cache

stack_chunk_t* mark_stack::cache

Definition at line 681 of file gc.c.

◆ cache_size

size_t mark_stack::cache_size

Definition at line 684 of file gc.c.

◆ chunk

stack_chunk_t* mark_stack::chunk

Definition at line 680 of file gc.c.

◆ index

int mark_stack::index

Definition at line 682 of file gc.c.

◆ limit

int mark_stack::limit

Definition at line 683 of file gc.c.

◆ unused_cache_size

size_t mark_stack::unused_cache_size

Definition at line 685 of file gc.c.


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