Searched refs:mark_stack_t (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dgc.c202 } mark_stack_t; typedef in typeref:struct:mark_stack
244 mark_stack_t mark_stack;
349 static void init_mark_stack(mark_stack_t *stack);
386 static void free_stack_chunks(mark_stack_t *);
2112 static void push_mark_stack(mark_stack_t *, VALUE);
2113 static int pop_mark_stack(mark_stack_t *, VALUE *);
2114 static void shrink_stack_chunk_cache(mark_stack_t *stack);
2129 is_mark_stask_empty(mark_stack_t *stack)
2135 add_stack_chunk_cache(mark_stack_t *stack, stack_chunk_t *chunk)
2143 shrink_stack_chunk_cache(mark_stack_t *stac
[all...]

Completed in 71 milliseconds