Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_gc.c263 typedef struct _gc_stack gc_stack; typedef
266 gc_stack *prev;
267 gc_stack *next;
272 gc_stack *_stack = init; \
281 static zend_never_inline gc_stack* gc_stack_next(gc_stack *stack) in gc_stack_next()
284 gc_stack *segment = emalloc(sizeof(gc_stack)); in gc_stack_next()
316 static void gc_stack_free(gc_stack *stack) in gc_stack_free()
318 gc_stack *p = stack->next; in gc_stack_free()
973 static void gc_mark_roots(gc_stack *stack) in gc_mark_roots()
1108 static void gc_scan_roots(gc_stack *stack) in gc_scan_roots()
[all …]

Completed in 24 milliseconds