Home
last modified time | relevance | path

Searched refs:ACCEL_RESTART_OOM (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/opcache/
H A DZendAccelerator.h134 ACCEL_RESTART_OOM, /* restart because of out of memory */ enumerator
H A DZendAccelerator.c1181 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in zend_accel_invalidate()
1213 zend_accel_schedule_restart_if_necessary(ACCEL_RESTART_OOM); in zend_accel_add_key()
1350 zend_accel_schedule_restart_if_necessary(ACCEL_RESTART_OOM); in cache_script_in_shared_memory()
1837 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in persistent_compile_file()
1862 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in persistent_compile_file()
2188 case ACCEL_RESTART_OOM: in accel_activate()
H A Dzend_file_cache.c239 zend_accel_schedule_restart_if_necessary(ACCEL_RESTART_OOM); in zend_file_cache_unserialize_interned()
1470 zend_accel_schedule_restart_if_necessary(ACCEL_RESTART_OOM); in zend_file_cache_script_load()

Completed in 22 milliseconds