Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_gc.h48 #define GC_PURPLE 0xc000 macro
H A Dzend_gc.c116 do { GC_TRACE_SET_COLOR(ref, GC_PURPLE); GC_INFO_SET_PURPLE(GC_INFO(ref)); } while (0)
124 case GC_PURPLE: return "purple"; in gc_color_name()
308 GC_TRACE_SET_COLOR(ref, GC_PURPLE); in gc_possible_root()
309 GC_INFO(ref) = (newRoot - GC_G(buf)) | GC_PURPLE; in gc_possible_root()
358 GC_TRACE_SET_COLOR(ref, GC_PURPLE); in gc_remove_from_buffer()
597 if (GC_REF_GET_COLOR(current->ref) == GC_PURPLE) { in gc_mark_roots()

Completed in 8 milliseconds