Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dzend_shared_alloc.h108 zend_bool memory_exhausted; member
H A Dzend_shared_alloc.c304 ZSMMG(memory_exhausted) = 1; \
488 ZSMMG(memory_exhausted) = 0; in zend_shared_alloc_restore_state()
H A Dzend_accelerator_module.c486 …snprintf(buf, sizeof(buf), "%pd", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist…
624 add_assoc_bool(return_value, "cache_full", ZSMMG(memory_exhausted));
658 …add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(black…
H A DZendAccelerator.c1168 if (ZSMMG(memory_exhausted)) { in zend_accel_invalidate()
1191 ZSMMG(memory_exhausted) = 1; in zend_accel_add_key()
1284 ZSMMG(memory_exhausted) = 1; in cache_script_in_shared_memory()
1366 ZSMMG(memory_exhausted) = 1; in cache_script_in_shared_memory()
1806 if (ZSMMG(memory_exhausted)) { in persistent_compile_file()
1831 if (ZSMMG(memory_exhausted)) { in persistent_compile_file()
1858 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) { in persistent_compile_file()
2045 ZSMMG(memory_exhausted) = 0; in zend_reset_cache_vars()
H A Dzend_file_cache.c1356 !ZSMMG(memory_exhausted) && in zend_file_cache_script_load()
1377 ZSMMG(memory_exhausted) = 1; in zend_file_cache_script_load()

Completed in 21 milliseconds