Lines Matching refs:ZSMMG
216 …if ((((double) ZSMMG(wasted_shared_memory)) / ZCG(accel_directives).memory_consumption) >= ZCG(acc… in zend_accel_schedule_restart_if_necessary()
1359 ZSMMG(wasted_shared_memory) += persistent_script->dynamic_members.memory_consumption; in zend_accel_invalidate()
1360 if (ZSMMG(memory_exhausted)) { in zend_accel_invalidate()
1411 ZSMMG(memory_exhausted) = 1; in zend_accel_add_key()
1544 ZSMMG(memory_exhausted) = 1; in cache_script_in_shared_memory()
1650 ZSMMG(memory_exhausted) = 1; in cache_script_in_shared_memory()
2113 ZSMMG(wasted_shared_memory) += persistent_script->dynamic_members.memory_consumption; in persistent_compile_file()
2114 if (ZSMMG(memory_exhausted)) { in persistent_compile_file()
2138 ZSMMG(wasted_shared_memory) += persistent_script->dynamic_members.memory_consumption; in persistent_compile_file()
2139 if (ZSMMG(memory_exhausted)) { in persistent_compile_file()
2164 if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) { in persistent_compile_file()
2603 ZSMMG(memory_exhausted) = 0; in zend_reset_cache_vars()
2607 ZSMMG(wasted_shared_memory) = 0; in zend_reset_cache_vars()
2876 ZSMMG(app_shared_globals) = accel_shared_globals; in zend_accel_init_shm()
3237 accel_shared_globals = (zend_accel_shared_globals *) ZSMMG(app_shared_globals);
3269 || !ZSMMG(reserved)
3270 || zend_jit_startup(ZSMMG(reserved), jit_size, reattached) != SUCCESS) {