Home
last modified time | relevance | path

Searched refs:debug_malloc_fail_threshold (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/ext/mysqlnd/
H A Dphp_mysqlnd.c232 mysqlnd_globals->debug_malloc_fail_threshold = -1; in ZEND_DECLARE_MODULE_GLOBALS()
267 …g_malloc_fail_threshold","-1", PHP_INI_SYSTEM, OnUpdateLong, debug_malloc_fail_threshold, zend_m…
H A Dmysqlnd_alloc.c122 …long * threshold = persistent? &MYSQLND_G(debug_malloc_fail_threshold):&MYSQLND_G(debug_emalloc_fa… in _mysqlnd_pemalloc()
389 long * threshold = &MYSQLND_G(debug_malloc_fail_threshold); in _mysqlnd_malloc()
H A Dmysqlnd.h275 long debug_malloc_fail_threshold; variable

Completed in 13 milliseconds