Home
last modified time | relevance | path

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

/PHP-7.4/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.4/sapi/fpm/fpm/
H A Dfpm_request.c178 size_t memory = zend_memory_peak_usage(1); in fpm_request_end()
/PHP-7.4/Zend/
H A Dzend_alloc.h230 ZEND_API size_t zend_memory_peak_usage(int real_usage);
H A Dzend_alloc.c2687 ZEND_API size_t zend_memory_peak_usage(int real_usage) function
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c706 apr_psprintf(ctx->r->pool, "%" APR_SIZE_T_FMT, zend_memory_peak_usage(1))); in php_handler()
/PHP-7.4/ext/standard/
H A Dvar.c1344 RETURN_LONG(zend_memory_peak_usage(real_usage)); in PHP_FUNCTION()

Completed in 47 milliseconds