Home
last modified time | relevance | path

Searched defs:real_usage (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/standard/
H A Dvar.c1303 zend_bool real_usage = 0; in PHP_FUNCTION() local
1316 zend_bool real_usage = 0; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1475 function memory_get_usage(bool $real_usage = false): int {}
1477 function memory_get_peak_usage(bool $real_usage = false): int {}
/PHP-8.0/Zend/
H A Dzend_alloc.c2694 ZEND_API size_t zend_memory_usage(bool real_usage)
2707 ZEND_API size_t zend_memory_peak_usage(bool real_usage)

Completed in 28 milliseconds