Searched refs:collect_memory_statistics (Results 1 – 12 of 12) sorted by relevance
73 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_emalloc() local92 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pemalloc() local114 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_ecalloc() local134 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pecalloc() local156 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_erealloc() local176 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_perealloc() local199 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_efree() local230 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pefree() local262 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pememdup() local293 bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pestrndup() local[all …]
112 …php_info_print_table_row(2, "Collecting memory statistics", MYSQLND_G(collect_memory_statistics)? … in PHP_MINFO_FUNCTION()145 mysqlnd_globals->collect_memory_statistics = FALSE; in ZEND_DECLARE_MODULE_GLOBALS()177 …nd.collect_memory_statistics","0",PHP_INI_SYSTEM, OnUpdateBool, collect_memory_statistics, zend_my…
309 bool collect_memory_statistics; variable
11 mysqlnd.collect_memory_statistics=1
11 mysqlnd.collect_memory_statistics=0
5 mysqlnd.collect_memory_statistics="1"
5 mysqlnd.collect_memory_statistics="0"
1196 mysqlnd.collect_memory_statistics = On
1198 mysqlnd.collect_memory_statistics = Off
Completed in 29 milliseconds