Ruby  1.9.3p448(2013-06-27revision41675)
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 340 of file gc.c.

Field Documentation

stack_chunk_t* mark_stack::cache

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

Definition at line 344 of file gc.c.

Referenced by init_mark_stack(), pop_mark_stack_chunk(), and push_mark_stack().

size_t mark_stack::unused_cache_size

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