root_buf_peak     985 Zend/zend.c    	fprintf(stderr, "Root buffer peak:   %d\n\n", GC_G(root_buf_peak));
root_buf_peak     154 Zend/zend_gc.c 	gc_globals->root_buf_peak = 0;
root_buf_peak     186 Zend/zend_gc.c 	GC_G(root_buf_peak) = 0;
root_buf_peak     276 Zend/zend_gc.c 	GC_BENCH_PEAK(root_buf_peak, root_buf_length);
root_buf_peak      89 Zend/zend_gc.h 	uint32_t root_buf_peak;