Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_gc.h47 #define GC_GREY 0x4000 macro
H A Dzend_gc.c123 case GC_GREY: return "grey"; in gc_color_name()
483 if (GC_REF_GET_COLOR(ref) != GC_GREY) { in gc_mark_grey()
486 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
611 if (GC_REF_GET_COLOR(ref) == GC_GREY) { in gc_scan()

Completed in 8 milliseconds