Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
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 647 of file gc.c.

Field Documentation

◆ cache

stack_chunk_t* mark_stack::cache

Definition at line 649 of file gc.c.

◆ cache_size

size_t mark_stack::cache_size

Definition at line 652 of file gc.c.

◆ chunk

stack_chunk_t* mark_stack::chunk

Definition at line 648 of file gc.c.

◆ index

int mark_stack::index

Definition at line 650 of file gc.c.

◆ limit

int mark_stack::limit

Definition at line 651 of file gc.c.

◆ unused_cache_size

size_t mark_stack::unused_cache_size

Definition at line 653 of file gc.c.


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