Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_gc.c86 #define GC_GREY 0x200000u macro
386 case GC_GREY: return "grey"; in gc_color_name()
836 GC_REF_SET_COLOR(ht, GC_GREY); in gc_mark_grey()
845 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
855 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
874 if (!GC_REF_CHECK_COLOR(ref, GC_GREY)) { in gc_mark_grey()
875 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
908 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
920 if (!GC_REF_CHECK_COLOR(ref, GC_GREY)) { in gc_mark_grey()
921 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
[all …]

Completed in 7 milliseconds