Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_gc.h47 #define GC_GREY 0x4000 macro
H A Dzend_gc.c73 case GC_GREY: return "grey"; in gc_color_name()
433 if (GC_REF_GET_COLOR(ref) != GC_GREY) { in gc_mark_grey()
436 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
561 if (GC_REF_GET_COLOR(ref) == GC_GREY) { in gc_scan()

Completed in 7 milliseconds