Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_gc.c455 GC_ZVAL_SET_COLOR(pz, GC_WHITE); in zval_scan()
463 GC_SET_COLOR(obj->buffered, GC_WHITE); in zval_scan()
506 GC_SET_COLOR(obj->buffered, GC_WHITE); in zobj_scan()
548 if (((zval_gc_info*)(pz))->u.buffered == (gc_root_buffer*)GC_WHITE) { in zval_collect_white()
555 if (obj->buffered == (gc_root_buffer*)GC_WHITE) { in zval_collect_white()
601 if (obj->buffered == (gc_root_buffer*)GC_WHITE) { in zobj_collect_white()
H A Dzend_gc.h46 #define GC_WHITE 0x01 macro

Completed in 11 milliseconds