Home
last modified time | relevance | path

Searched refs:zend_memory_peak_usage (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_request.c182 size_t memory = zend_memory_peak_usage(1 TSRMLS_CC); in fpm_request_end()
/PHP-5.3/Zend/
H A Dzend_alloc.h160 ZEND_API size_t zend_memory_peak_usage(int real_usage TSRMLS_DC);
H A Dzend_alloc.c2551 ZEND_API size_t zend_memory_peak_usage(int real_usage TSRMLS_DC) in zend_memory_peak_usage() function
/PHP-5.3/sapi/apache2handler/
H A Dsapi_apache2.c675 apr_psprintf(ctx->r->pool, "%u", zend_memory_peak_usage(1 TSRMLS_CC))); in php_handler()
/PHP-5.3/sapi/apache2filter/
H A Dsapi_apache2.c556 apr_psprintf(ctx->r->pool, "%u", zend_memory_peak_usage(1 TSRMLS_CC))); in php_output_filter()
/PHP-5.3/sapi/apache/
H A Dmod_php5.c701 ap_psprintf(r->pool, "%lu", zend_memory_peak_usage(1 TSRMLS_CC))); in send_parsed_php()
/PHP-5.3/ext/standard/
H A Dvar.c968 RETURN_LONG(zend_memory_peak_usage(real_usage TSRMLS_CC)); in PHP_FUNCTION()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c754 ap_psprintf(r->pool, "%u", zend_memory_peak_usage(1 TSRMLS_CC))); in send_parsed_php()

Completed in 36 milliseconds