Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_request.c182 size_t memory = zend_memory_peak_usage(1 TSRMLS_CC); in fpm_request_end()
/PHP-5.5/Zend/
H A Dzend_alloc.h160 ZEND_API size_t zend_memory_peak_usage(int real_usage TSRMLS_DC);
H A Dzend_alloc.c2707 ZEND_API size_t zend_memory_peak_usage(int real_usage TSRMLS_DC) in zend_memory_peak_usage() function
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c673 apr_psprintf(ctx->r->pool, "%" APR_SIZE_T_FMT, zend_memory_peak_usage(1 TSRMLS_CC))); in php_handler()
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c554 apr_psprintf(ctx->r->pool, "%u", zend_memory_peak_usage(1 TSRMLS_CC))); in php_output_filter()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c697 ap_psprintf(r->pool, "%lu", zend_memory_peak_usage(1 TSRMLS_CC))); in send_parsed_php()
/PHP-5.5/ext/standard/
H A Dvar.c1015 RETURN_LONG(zend_memory_peak_usage(real_usage TSRMLS_CC)); in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c749 ap_psprintf(r->pool, "%u", zend_memory_peak_usage(1 TSRMLS_CC))); in send_parsed_php()

Completed in 35 milliseconds