Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_gc.c516 GC_ZVAL_SET_COLOR(pz, GC_WHITE); in zval_scan()
525 GC_SET_COLOR(obj->buffered, GC_WHITE); in zval_scan()
582 GC_SET_COLOR(obj->buffered, GC_WHITE); in zobj_scan()
633 if (((zval_gc_info*)(pz))->u.buffered == (gc_root_buffer*)GC_WHITE) { in zval_collect_white()
641 if (obj->buffered == (gc_root_buffer*)GC_WHITE) { in zval_collect_white()
713 if (obj->buffered == (gc_root_buffer*)GC_WHITE) { in zobj_collect_white()
H A Dzend_gc.h46 #define GC_WHITE 0x01 macro

Completed in 14 milliseconds