Home
last modified time | relevance | path

Searched refs:ZCSG (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c476 …tf(buf, sizeof(buf), ZEND_ULONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blackl…
484 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
485 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).top - (char*)ZCSG(interne…
487 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).end - (char*)ZCSG(interne…
545 for (i = 0; i<ZCSG(hash).max_num_entries; i++) {
624 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
630 …soc_long(&interned_strings_usage, "free_memory", (char*)ZCSG(interned_strings).end - (char*)ZCSG(i…
646 …add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(black…
648 reqs = ZCSG(hits)+ZCSG(misses);
653 if (ZCSG(preload_script)) {
[all …]
H A DZendAccelerator.c407 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()
410 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()
434 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()
2116 ZCSG(misses)++; in persistent_compile_file()
2337 ZCSG(hits) = 0; in zend_reset_cache_vars()
2338 ZCSG(misses) = 0; in zend_reset_cache_vars()
2454 ZCSG(accelerator_enabled) = ZCSG(cache_status_before_restart); in accel_activate()
2633 ZCSG(oom_restarts) = 0; in zend_accel_init_shm()
2634 ZCSG(hash_restarts) = 0; in zend_accel_init_shm()
3129 ZCSG(cache_status_before_restart) = ZCSG(accelerator_enabled); in zend_accel_schedule_restart()
[all …]
H A DZendAccelerator.h289 #define ZCSG(element) (accel_shared_globals->element) macro
320 …((char*)(str) >= (char*)ZCSG(interned_strings).start && (char*)(str) < (char*)ZCSG(interned_string…
H A Dzend_file_cache.c1006 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket));
1621 !ZCSG(restart_in_progress) &&
1630 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path);
1641 if (zend_accel_hash_is_full(&ZCSG(hash))) {
1663 zend_map_ptr_extend(ZCSG(map_ptr_last));
1694 ZCSG(map_ptr_last) = CG(map_ptr_last);
1698 …zend_accel_hash_update(&ZCSG(hash), ZSTR_VAL(script->script.filename), ZSTR_LEN(script->script.fil…
H A Dzend_persist.c93 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist()
103 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist()
1081 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_script_persist()
1093 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_accel_script_persist()
H A Dzend_accelerator_util_funcs.c784 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_load_script()

Completed in 40 milliseconds