Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_gc.c255 typedef struct _gc_stack gc_stack; typedef
258 gc_stack *prev;
259 gc_stack *next;
264 gc_stack *_stack = init; \
273 static zend_never_inline gc_stack* gc_stack_next(gc_stack *stack) in gc_stack_next()
276 gc_stack *segment = emalloc(sizeof(gc_stack)); in gc_stack_next()
308 static void gc_stack_free(gc_stack *stack) in gc_stack_free()
310 gc_stack *p = stack->next; in gc_stack_free()
966 static void gc_mark_roots(gc_stack *stack) in gc_mark_roots()
1116 static void gc_scan_roots(gc_stack *stack) in gc_scan_roots()
[all …]

Completed in 7 milliseconds