Searched refs:memory_exhausted (Results 1 – 5 of 5) sorted by relevance
108 zend_bool memory_exhausted; member
304 ZSMMG(memory_exhausted) = 1; \488 ZSMMG(memory_exhausted) = 0; in zend_shared_alloc_restore_state()
487 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(b…625 add_assoc_bool(return_value, "cache_full", ZSMMG(memory_exhausted));659 …add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(black…
1179 if (ZSMMG(memory_exhausted)) { in zend_accel_invalidate()1203 ZSMMG(memory_exhausted) = 1; in zend_accel_add_key()1323 ZSMMG(memory_exhausted) = 1; in cache_script_in_shared_memory()1395 ZSMMG(memory_exhausted) = 1; in cache_script_in_shared_memory()1835 if (ZSMMG(memory_exhausted)) { in persistent_compile_file()1860 if (ZSMMG(memory_exhausted)) { in persistent_compile_file()1887 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) { in persistent_compile_file()2087 ZSMMG(memory_exhausted) = 0; in zend_reset_cache_vars()
1434 !ZSMMG(memory_exhausted) && in zend_file_cache_script_load()1455 ZSMMG(memory_exhausted) = 1; in zend_file_cache_script_load()
Completed in 28 milliseconds