Ruby  2.4.2p198(2017-09-14revision59899)
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 471 of file gc.c.

Field Documentation

◆ cache

stack_chunk_t* mark_stack::cache

Definition at line 473 of file gc.c.

Referenced by add_stack_chunk_cache(), push_mark_stack_chunk(), and shrink_stack_chunk_cache().

◆ cache_size

size_t mark_stack::cache_size

◆ chunk

stack_chunk_t* mark_stack::chunk

◆ index

int mark_stack::index

◆ limit

int mark_stack::limit

◆ unused_cache_size

size_t mark_stack::unused_cache_size

Definition at line 477 of file gc.c.

Referenced by init_mark_stack(), push_mark_stack_chunk(), and shrink_stack_chunk_cache().


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