Home
last modified time | relevance | path

Searched refs:collect_memory_statistics (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c82 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_emalloc() local
118 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pemalloc() local
157 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_ecalloc() local
195 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pecalloc() local
233 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_erealloc() local
271 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_perealloc() local
312 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_efree() local
343 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pefree() local
375 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_malloc() local
410 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_calloc() local
[all …]
H A Dphp_mysqlnd.c122 …php_info_print_table_row(2, "Collecting memory statistics", MYSQLND_G(collect_memory_statistics)? … in PHP_MINFO_FUNCTION()
156 mysqlnd_globals->collect_memory_statistics = FALSE; in ZEND_DECLARE_MODULE_GLOBALS()
199 …nd.collect_memory_statistics","0",PHP_INI_SYSTEM, OnUpdateBool, collect_memory_statistics, zend_my…
H A Dmysqlnd.h327 zend_bool collect_memory_statistics; variable
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats_implicit_free.phpt14 mysqlnd.collect_memory_statistics=1
H A Dmysqli_get_client_stats_off.phpt14 mysqlnd.collect_memory_statistics=0
H A Dmysqli_get_client_stats_skipped.phpt5 mysqlnd.collect_memory_statistics="1"
H A Dmysqli_get_connection_stats_off.phpt5 mysqlnd.collect_memory_statistics="0"
H A Dmysqli_get_connection_stats.phpt5 mysqlnd.collect_memory_statistics="1"
H A Dmysqli_get_client_stats_ps.phpt14 mysqlnd.collect_memory_statistics=1
H A Dmysqli_get_client_stats.phpt14 mysqlnd.collect_memory_statistics=1
/PHP-7.4/
H A Dphp.ini-development1193 mysqlnd.collect_memory_statistics = On
H A Dphp.ini-production1193 mysqlnd.collect_memory_statistics = Off

Completed in 26 milliseconds