Searched refs:memory_exhausted (Results 1 – 4 of 4) sorted by relevance
107 zend_bool memory_exhausted; member
293 ZSMMG(memory_exhausted) = 1; \470 ZSMMG(memory_exhausted) = 0; in zend_shared_alloc_restore_state()
449 …snprintf(buf, sizeof(buf), "%ld", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist… in zend_accel_info()581 add_assoc_bool(return_value, "cache_full", ZSMMG(memory_exhausted)); in ZEND_FUNCTION()620 …add_assoc_long(statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blackl… in ZEND_FUNCTION()
1116 if (ZSMMG(memory_exhausted)) { in zend_accel_invalidate()1139 ZSMMG(memory_exhausted) = 1; in zend_accel_add_key()1178 ZSMMG(memory_exhausted) = 1; in cache_script_in_shared_memory()1247 ZSMMG(memory_exhausted) = 1; in cache_script_in_shared_memory()1627 if (ZSMMG(memory_exhausted)) {1652 if (ZSMMG(memory_exhausted)) {1671 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) {2134 ZSMMG(memory_exhausted) = 0;
Completed in 21 milliseconds