root_buf_length   979 Zend/zend.c    	fprintf(stderr, "Root buffer length: %d\n", GC_G(root_buf_length));
root_buf_length    59 Zend/zend_gc.c 	gc_globals->root_buf_length = 0;
root_buf_length    94 Zend/zend_gc.c 	GC_G(root_buf_length) = 0;
root_buf_length   184 Zend/zend_gc.c 			GC_BENCH_INC(root_buf_length);
root_buf_length   185 Zend/zend_gc.c 			GC_BENCH_PEAK(root_buf_peak, root_buf_length);
root_buf_length   238 Zend/zend_gc.c 			GC_BENCH_INC(root_buf_length);
root_buf_length   239 Zend/zend_gc.c 			GC_BENCH_PEAK(root_buf_peak, root_buf_length);
root_buf_length   117 Zend/zend_gc.h 	zend_uint root_buf_length;
root_buf_length   193 Zend/zend_gc.h 	GC_BENCH_DEC(root_buf_length);