Home
last modified time | relevance | path

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

/php-src/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-src/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-src/Zend/
H A Dzend_alloc.h225 ZEND_API size_t zend_memory_usage(bool real_usage);
H A Dzend_alloc.c2738 ZEND_API size_t zend_memory_usage(bool real_usage) function
/php-src/ext/standard/
H A Dvar.c1453 RETURN_LONG(zend_memory_usage(real_usage)); in PHP_FUNCTION()
/php-src/main/
H A Dmain.c287 …et memory limit to %zd bytes (Current memory usage is %zd bytes)", value, zend_memory_usage(true)); in PHP_INI_MH()

Completed in 33 milliseconds