Searched refs:memory_consumption (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/ext/opcache/tests/ |
H A D | log_verbosity_bug.phpt | 12 opcache.memory_consumption=999999999
|
/PHP-7.4/ext/opcache/ |
H A D | ZendAccelerator.h | 136 unsigned int memory_consumption; member 143 zend_long memory_consumption; member
|
H A D | zend_accelerator_module.c | 286 … , PHP_INI_SYSTEM, OnUpdateMemoryConsumption, accel_directives.memory_consumption, zend… 478 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCG(accel_directives).memory_consumption-zend_shared_all… 558 …_long(&persistent_script_report, "memory_consumption", script->dynamic_members.memory_consumption); 618 …add_assoc_long(&memory_usage, "used_memory", ZCG(accel_directives).memory_consumption-zend_shared_… 621 …centage", (((double) ZSMMG(wasted_shared_memory))/ZCG(accel_directives).memory_consumption)*100.0); 656 …_long(&statistics, "memory_consumption", ZCSG(preload_script)->dynamic_members.memory_consumption); 740 …soc_long(&directives, "opcache.memory_consumption", ZCG(accel_directives).memory_consumption);
|
H A D | ZendAccelerator.c | 224 …if ((((double) ZSMMG(wasted_shared_memory)) / ZCG(accel_directives).memory_consumption) >= ZCG(acc… in zend_accel_schedule_restart_if_necessary() 1321 ZSMMG(wasted_shared_memory) += persistent_script->dynamic_members.memory_consumption; in zend_accel_invalidate() 1593 …new_persistent_script->dynamic_members.memory_consumption = ZEND_ALIGNED_SIZE(new_persistent_scrip… in cache_script_in_shared_memory() 2068 ZSMMG(wasted_shared_memory) += persistent_script->dynamic_members.memory_consumption; in persistent_compile_file() 2093 ZSMMG(wasted_shared_memory) += persistent_script->dynamic_members.memory_consumption; in persistent_compile_file() 2948 switch (zend_shared_alloc_startup(ZCG(accel_directives).memory_consumption)) { in accel_post_startup() 4220 …new_persistent_script->dynamic_members.memory_consumption = ZEND_ALIGNED_SIZE(new_persistent_scrip… in preload_script_in_shared_memory()
|
/PHP-7.4/ext/phar/tests/ |
H A D | 024-opcache-win32.phpt | 16 opcache.memory_consumption=64
|
/PHP-7.4/ |
H A D | php.ini-development | 1775 ;opcache.memory_consumption=128
|
H A D | php.ini-production | 1775 ;opcache.memory_consumption=128
|
Completed in 44 milliseconds