Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
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 638 of file gc.c.

Field Documentation

◆ cache

stack_chunk_t* mark_stack::cache

Definition at line 640 of file gc.c.

◆ cache_size

size_t mark_stack::cache_size

Definition at line 643 of file gc.c.

◆ chunk

stack_chunk_t* mark_stack::chunk

Definition at line 639 of file gc.c.

◆ index

int mark_stack::index

Definition at line 641 of file gc.c.

◆ limit

int mark_stack::limit

Definition at line 642 of file gc.c.

◆ unused_cache_size

size_t mark_stack::unused_cache_size

Definition at line 644 of file gc.c.


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