Home
last modified time | relevance | path

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

/PHP-5.5/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 DZendAccelerator.c1087 if (ZSMMG(memory_exhausted)) { in zend_accel_invalidate()
1110 ZSMMG(memory_exhausted) = 1; in zend_accel_add_key()
1145 ZSMMG(memory_exhausted) = 1; in cache_script_in_shared_memory()
1214 ZSMMG(memory_exhausted) = 1; in cache_script_in_shared_memory()
1572 if (ZSMMG(memory_exhausted)) {
1597 if (ZSMMG(memory_exhausted)) {
1616 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) {
2057 ZSMMG(memory_exhausted) = 0;
2781 !ZSMMG(memory_exhausted) &&
H A Dzend_accelerator_module.c441 …snprintf(buf, sizeof(buf), "%ld", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist… in zend_accel_info()
573 add_assoc_bool(return_value, "cache_full", ZSMMG(memory_exhausted)); in ZEND_FUNCTION()
612 …add_assoc_long(statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blackl… in ZEND_FUNCTION()

Completed in 24 milliseconds