Searched refs:gc_stack (Results 1 – 1 of 1) sorted by relevance
314 typedef struct _gc_stack gc_stack; typedef317 gc_stack *prev;318 gc_stack *next;323 gc_stack *_stack = init; \332 static zend_never_inline gc_stack* gc_stack_next(gc_stack *stack) in gc_stack_next()335 gc_stack *segment = emalloc(sizeof(gc_stack)); in gc_stack_next()367 static void gc_stack_free(gc_stack *stack) in gc_stack_free()369 gc_stack *p = stack->next; in gc_stack_free()1207 static void gc_mark_roots(gc_stack *stack) in gc_mark_roots()1379 static void gc_scan_roots(gc_stack *stack) in gc_scan_roots()[all …]
Completed in 13 milliseconds