Home
last modified time | relevance | path

Searched refs:gc_stack (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_gc.c262 typedef struct _gc_stack gc_stack; typedef
265 gc_stack *prev;
266 gc_stack *next;
271 gc_stack *_stack = init; \
280 static zend_never_inline gc_stack* gc_stack_next(gc_stack *stack) in gc_stack_next()
283 gc_stack *segment = emalloc(sizeof(gc_stack)); in gc_stack_next()
315 static void gc_stack_free(gc_stack *stack) in gc_stack_free()
317 gc_stack *p = stack->next; in gc_stack_free()
965 static void gc_mark_roots(gc_stack *stack) in gc_mark_roots()
1113 static void gc_scan_roots(gc_stack *stack) in gc_scan_roots()
[all …]

Completed in 9 milliseconds