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 398 of file gc.c.


Field Documentation

stack_chunk_t* mark_stack::cache

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

Definition at line 403 of file gc.c.

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

stack_chunk_t* mark_stack::chunk

Definition at line 399 of file gc.c.

Referenced by free_stack_chunks(), is_mark_stack_empty(), pop_mark_stack(), pop_mark_stack_chunk(), push_mark_stack(), and push_mark_stack_chunk().

size_t mark_stack::index

Definition at line 401 of file gc.c.

Referenced by gc_mark_stacked_objects(), init_mark_stack(), pop_mark_stack(), pop_mark_stack_chunk(), push_mark_stack(), and push_mark_stack_chunk().

size_t mark_stack::limit

Definition at line 402 of file gc.c.

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

size_t mark_stack::unused_cache_size

Definition at line 404 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:
Generated on 19 Jul 2016 for Ruby by  doxygen 1.4.7