Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/
H A Dzend_accelerator_module.c487 …tf(buf, sizeof(buf), ZEND_ULONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blackl…
495 if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) {
496 snprintf(buf, sizeof(buf), "%td", ZCSG(interned_strings_top) - ZCSG(interned_strings_start));
498 snprintf(buf, sizeof(buf), "%td", ZCSG(interned_strings_end) - ZCSG(interned_strings_top));
556 for (i = 0; i<ZCSG(hash).max_num_entries; i++) {
637 if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) {
641 …add_assoc_long(&interned_strings_usage, "buffer_size", ZCSG(interned_strings_end) - ZCSG(interned_…
642 …add_assoc_long(&interned_strings_usage, "used_memory", ZCSG(interned_strings_top) - ZCSG(interned_…
643 …add_assoc_long(&interned_strings_usage, "free_memory", ZCSG(interned_strings_end) - ZCSG(interned_…
659 …add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(black…
[all …]
H A DZendAccelerator.c374 0, ZCSG(interned_strings_top) - ZCSG(interned_strings_saved_top)); in accel_interned_strings_restore_state()
375 ZCSG(interned_strings_top) = ZCSG(interned_strings_saved_top); in accel_interned_strings_restore_state()
398 ZCSG(interned_strings_saved_top) = ZCSG(interned_strings_top); in accel_interned_strings_save_state()
1996 ZCSG(misses)++; in persistent_compile_file()
2204 ZCSG(hits) = 0; in zend_reset_cache_vars()
2205 ZCSG(misses) = 0; in zend_reset_cache_vars()
2324 ZCSG(accelerator_enabled) = ZCSG(cache_status_before_restart); in accel_activate()
2464 ZCSG(interned_strings_start) = ZCSG(interned_strings_end) = NULL; in zend_accel_init_shm()
2469 ZCSG(interned_strings).nTableMask = -ZCSG(interned_strings).nTableSize; in zend_accel_init_shm()
2480 ZCSG(interned_strings_top) = ZCSG(interned_strings_start); in zend_accel_init_shm()
[all …]
H A DZendAccelerator.h273 #define ZCSG(element) (accel_shared_globals->element) macro
303 ((char*)(str) >= ZCSG(interned_strings_start) && (char*)(str) < ZCSG(interned_strings_end))
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()
187 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist_immutable()
197 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist_immutable()
H A Dzend_file_cache.c928 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket));
1471 !ZCSG(restart_in_progress) &&
1480 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path);
1491 if (zend_accel_hash_is_full(&ZCSG(hash))) {
1546 …zend_accel_hash_update(&ZCSG(hash), ZSTR_VAL(script->script.filename), ZSTR_LEN(script->script.fil…

Completed in 31 milliseconds