peak_real         345 sapi/phpdbg/phpdbg_info.c 	size_t used, real, peak_used, peak_real;
peak_real         356 sapi/phpdbg/phpdbg_info.c 		peak_real = zend_memory_peak_usage(1);
peak_real         369 sapi/phpdbg/phpdbg_info.c 		phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (peak_real / 1024));