Home
last modified time | relevance | path

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

/PHP-8.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c116 TRACE_ALLOC_INF_FMT("before: %zu", zend_memory_usage(FALSE)); in _mysqlnd_ecalloc()
119 TRACE_ALLOC_INF_FMT("after : %zu", zend_memory_usage(FALSE)); in _mysqlnd_ecalloc()
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_info.c351 used = zend_memory_usage(0); in PHPDBG_INFO()
352 real = zend_memory_usage(1); in PHPDBG_INFO()
/PHP-8.4/Zend/
H A Dzend_alloc.h226 ZEND_API size_t zend_memory_usage(bool real_usage);
H A Dzend_alloc.c2889 ZEND_API size_t zend_memory_usage(bool real_usage) function
/PHP-8.4/ext/standard/
H A Dvar.c1532 RETURN_LONG(zend_memory_usage(real_usage)); in PHP_FUNCTION()
/PHP-8.4/main/
H A Dmain.c329 …et memory limit to %zd bytes (Current memory usage is %zd bytes)", value, zend_memory_usage(true)); in PHP_INI_MH()

Completed in 27 milliseconds