Ruby  2.0.0p353(2013-11-22revision43784)
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

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().

size_t mark_stack::cache_size
stack_chunk_t* mark_stack::chunk
size_t mark_stack::index
size_t mark_stack::limit
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: