Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_alloc.c164 TRACE_ALLOC_INF_FMT("before: %lu", zend_memory_usage(FALSE)); in _mysqlnd_ecalloc()
174 TRACE_ALLOC_INF_FMT("before: %lu", zend_memory_usage(FALSE)); in _mysqlnd_ecalloc()
178 TRACE_ALLOC_INF_FMT("after : %lu", zend_memory_usage(FALSE)); in _mysqlnd_ecalloc()
453 TRACE_ALLOC_INF_FMT("before: %lu", zend_memory_usage(TRUE)); in _mysqlnd_realloc()
464 TRACE_ALLOC_INF_FMT("before: %lu", zend_memory_usage(TRUE)); in _mysqlnd_realloc()
/PHP-8.0/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.0/Zend/
H A Dzend_alloc.h230 ZEND_API size_t zend_memory_usage(bool real_usage);
H A Dzend_alloc.c2694 ZEND_API size_t zend_memory_usage(bool real_usage) function
/PHP-8.0/
H A DUPGRADING.INTERNALS206 - zend_memory_usage()
/PHP-8.0/main/
H A Dmain.c280 …et memory limit to %zd bytes (Current memory usage is %zd bytes)", value, zend_memory_usage(true)); in PHP_INI_MH()
1812 (size_t)PG(memory_limit) < zend_memory_usage(1) in php_request_shutdown()
/PHP-8.0/ext/standard/
H A Dvar.c1310 RETURN_LONG(zend_memory_usage(real_usage)); in PHP_FUNCTION()

Completed in 43 milliseconds