Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_gc.c86 #define GC_GREY 0x200000u macro
386 case GC_GREY: return "grey"; in gc_color_name()
837 GC_REF_SET_COLOR(ht, GC_GREY); in gc_mark_grey()
844 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
854 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
873 if (!GC_REF_CHECK_COLOR(ref, GC_GREY)) { in gc_mark_grey()
874 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
906 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
918 if (!GC_REF_CHECK_COLOR(ref, GC_GREY)) { in gc_mark_grey()
919 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
[all …]

Completed in 8 milliseconds