Searched refs:collect_memory_statistics (Results 1 – 12 of 12) sorted by relevance
80 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_emalloc() local120 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pemalloc() local162 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_ecalloc() local202 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pecalloc() local244 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_erealloc() local284 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_perealloc() local327 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_efree() local357 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pefree() local387 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_malloc() local425 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_calloc() local[all …]
186 …php_info_print_table_row(2, "Collecting memory statistics", MYSQLND_G(collect_memory_statistics)? … in PHP_MINFO_FUNCTION()221 mysqlnd_globals->collect_memory_statistics = FALSE; in ZEND_DECLARE_MODULE_GLOBALS()254 …collect_memory_statistics", "0", PHP_INI_SYSTEM, OnUpdateBool, collect_memory_statistics, zend_my…
264 zend_bool collect_memory_statistics;
14 mysqlnd.collect_memory_statistics=1
14 mysqlnd.collect_memory_statistics=0
5 mysqlnd.collect_memory_statistics="1"
5 mysqlnd.collect_memory_statistics="0"
1213 ; http://php.net/mysqlnd.collect_memory_statistics1214 mysqlnd.collect_memory_statistics = On
1213 ; http://php.net/mysqlnd.collect_memory_statistics1214 mysqlnd.collect_memory_statistics = Off
Completed in 65 milliseconds