Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_info.c355 peak_used = zend_memory_peak_usage(0); in PHPDBG_INFO()
356 peak_real = zend_memory_peak_usage(1); in PHPDBG_INFO()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_request.c179 size_t memory = zend_memory_peak_usage(1); in fpm_request_end()
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c707 apr_psprintf(ctx->r->pool, "%" APR_SIZE_T_FMT, zend_memory_peak_usage(1))); in php_handler()
/PHP-7.2/Zend/
H A Dzend_alloc.h231 ZEND_API size_t zend_memory_peak_usage(int real_usage);
H A Dzend_alloc.c2591 ZEND_API size_t zend_memory_peak_usage(int real_usage) function
/PHP-7.2/ext/standard/
H A Dvar.c1159 RETURN_LONG(zend_memory_peak_usage(real_usage)); in PHP_FUNCTION()

Completed in 35 milliseconds