Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
VALUE | data [STACK_CHUNK_SIZE] |
struct stack_chunk * | next |
VALUE stack_chunk::data[STACK_CHUNK_SIZE] |
Definition at line 467 of file gc.c.
Referenced by invalidate_mark_stack_chunk(), pop_mark_stack(), and push_mark_stack().
struct stack_chunk* stack_chunk::next |
Definition at line 468 of file gc.c.
Referenced by add_stack_chunk_cache(), free_stack_chunks(), invalidate_mark_stack(), mark_stack_size(), pop_mark_stack_chunk(), push_mark_stack_chunk(), and shrink_stack_chunk_cache().