Home
last modified time | relevance | path

Searched refs:GC_PURPLE (Results 1 – 1 of 1) sorted by path

/PHP-7.3/Zend/
H A Dzend_gc.c87 #define GC_PURPLE 0x300000 macro
134 GC_TRACE_SET_COLOR(ref, GC_PURPLE); \
380 case GC_PURPLE: return "purple"; in gc_color_name()
607 GC_TRACE_SET_COLOR(ref, GC_PURPLE); in gc_possible_root_when_full()
610 GC_REF_SET_INFO(ref, idx | GC_PURPLE); in gc_possible_root_when_full()
643 GC_TRACE_SET_COLOR(ref, GC_PURPLE); in gc_possible_root()
646 GC_REF_SET_INFO(ref, idx | GC_PURPLE); in gc_possible_root()
976 if (GC_REF_CHECK_COLOR(current->ref, GC_PURPLE)) { in gc_mark_roots()

Completed in 9 milliseconds