Home
last modified time | relevance | path

Searched refs:memory_exhausted (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/opcache/
H A Dzend_shared_alloc.h107 zend_bool memory_exhausted; member
H A Dzend_shared_alloc.c293 ZSMMG(memory_exhausted) = 1; \
470 ZSMMG(memory_exhausted) = 0; in zend_shared_alloc_restore_state()
H A Dzend_accelerator_module.c449 …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()
H A DZendAccelerator.c1116 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 16 milliseconds