Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_gc.c87 #define GC_GREY 0x200000u macro
387 case GC_GREY: return "grey"; in gc_color_name()
835 GC_REF_SET_COLOR(ht, GC_GREY); in gc_mark_grey()
855 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
865 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
881 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
914 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
926 if (!GC_REF_CHECK_COLOR(ref, GC_GREY)) { in gc_mark_grey()
927 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()
1024 if (GC_REF_CHECK_COLOR(ht, GC_GREY)) { in gc_scan()
[all …]

Completed in 12 milliseconds