Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_gc.h48 #define GC_PURPLE 0xc000 macro
H A Dzend_gc.c66 do { GC_TRACE_SET_COLOR(ref, GC_PURPLE); GC_INFO_SET_PURPLE(GC_INFO(ref)); } while (0)
74 case GC_PURPLE: return "purple"; in gc_color_name()
258 GC_TRACE_SET_COLOR(ref, GC_PURPLE); in gc_possible_root()
259 GC_INFO(ref) = (newRoot - GC_G(buf)) | GC_PURPLE; in gc_possible_root()
308 GC_TRACE_SET_COLOR(ref, GC_PURPLE); in gc_remove_from_buffer()
547 if (GC_REF_GET_COLOR(current->ref) == GC_PURPLE) { in gc_mark_roots()

Completed in 10 milliseconds