Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_info.c353 peak_used = zend_memory_peak_usage(0); in PHPDBG_INFO()
354 peak_real = zend_memory_peak_usage(1); in PHPDBG_INFO()
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_request.c178 size_t memory = zend_memory_peak_usage(1); in fpm_request_end()
/PHP-8.2/Zend/
H A Dzend_alloc.h226 ZEND_API size_t zend_memory_peak_usage(bool real_usage);
H A Dzend_alloc.c2766 ZEND_API size_t zend_memory_peak_usage(bool real_usage) function
/PHP-8.2/sapi/apache2handler/
H A Dsapi_apache2.c719 apr_psprintf(ctx->r->pool, "%" APR_SIZE_T_FMT, zend_memory_peak_usage(1))); in php_handler()
/PHP-8.2/ext/standard/
H A Dvar.c1482 RETURN_LONG(zend_memory_peak_usage(real_usage)); in PHP_FUNCTION()

Completed in 38 milliseconds