Lines Matching refs:ZSMMG
239 …if ((((double) ZSMMG(wasted_shared_memory)) / ZCG(accel_directives).memory_consumption) >= ZCG(acc… in zend_accel_schedule_restart_if_necessary()
1371 ZSMMG(wasted_shared_memory) += persistent_script->dynamic_members.memory_consumption; in zend_accel_discard_script()
1372 if (ZSMMG(memory_exhausted)) { in zend_accel_discard_script()
1469 ZSMMG(memory_exhausted) = true; in zend_accel_add_key()
1596 ZSMMG(memory_exhausted) = true; in cache_script_in_shared_memory()
1662 ZSMMG(memory_exhausted) = true; in cache_script_in_shared_memory()
2136 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) { in persistent_compile_file()
2576 ZSMMG(memory_exhausted) = false; in zend_reset_cache_vars()
2580 ZSMMG(wasted_shared_memory) = 0; in zend_reset_cache_vars()
2857 ZSMMG(app_shared_globals) = accel_shared_globals; in zend_accel_init_shm()
3220 accel_shared_globals = (zend_accel_shared_globals *) ZSMMG(app_shared_globals);
3252 || !ZSMMG(reserved)
3253 || zend_jit_startup(ZSMMG(reserved), jit_size, reattached) != SUCCESS) {