root_buf_length   984 Zend/zend.c    	fprintf(stderr, "Root buffer length: %d\n", GC_G(root_buf_length));
root_buf_length   123 Zend/zend_gc.c 	GC_BENCH_DEC(root_buf_length);
root_buf_length   153 Zend/zend_gc.c 	gc_globals->root_buf_length = 0;
root_buf_length   185 Zend/zend_gc.c 	GC_G(root_buf_length) = 0;
root_buf_length   275 Zend/zend_gc.c 	GC_BENCH_INC(root_buf_length);
root_buf_length   276 Zend/zend_gc.c 	GC_BENCH_PEAK(root_buf_peak, root_buf_length);
root_buf_length    88 Zend/zend_gc.h 	uint32_t root_buf_length;