Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
mark_stack Struct Reference

Data Fields

stack_chunk_tchunk
 
stack_chunk_tcache
 
size_t index
 
size_t limit
 
size_t cache_size
 
size_t unused_cache_size
 

Detailed Description

Definition at line 195 of file gc.c.

Field Documentation

◆ cache

stack_chunk_t* mark_stack::cache

Definition at line 197 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

size_t mark_stack::index

◆ limit

size_t mark_stack::limit

◆ unused_cache_size

size_t mark_stack::unused_cache_size

Definition at line 201 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: