memory_model 213 ext/opcache/ZendAccelerator.h char *memory_model; memory_model 288 ext/opcache/zend_accelerator_module.c STD_PHP_INI_ENTRY("opcache.preferred_memory_model", "" , PHP_INI_SYSTEM, OnUpdateStringUnempty, accel_directives.memory_model, zend_accel_globals, accel_globals) memory_model 703 ext/opcache/zend_accelerator_module.c add_assoc_string(&directives, "opcache.preferred_memory_model", STRING_NOT_NULL(ZCG(accel_directives).memory_model)); memory_model 168 ext/opcache/zend_shared_alloc.c if (ZCG(accel_directives).memory_model && ZCG(accel_directives).memory_model[0]) { memory_model 169 ext/opcache/zend_shared_alloc.c char *model = ZCG(accel_directives).memory_model; memory_model 171 ext/opcache/zend_shared_alloc.c if (strncmp(ZCG(accel_directives).memory_model, "cgi", sizeof("cgi")) == 0) {