Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_gc.c123 #define GC_REF_SET_INFO(ref, info) do { \ macro
690 GC_REF_SET_INFO(ref, idx | GC_PURPLE); in gc_possible_root_when_full()
726 GC_REF_SET_INFO(ref, idx | GC_PURPLE); in gc_possible_root()
759 GC_REF_SET_INFO(ref, idx | GC_REF_COLOR(ref)); in gc_extra_root()
783 GC_REF_SET_INFO(ref, 0); in gc_remove_from_buffer()
1193 GC_REF_SET_INFO(p, idx | GC_REF_COLOR(p)); in gc_compact()
1433 GC_REF_SET_INFO(ref, idx | GC_BLACK); in gc_add_garbage()
1637 GC_REF_SET_INFO(current->ref, 0); /* reset GC_ADDRESS() and keep GC_BLACK */ in gc_collect_roots()

Completed in 8 milliseconds