zend_smm_shared_globals  162 ext/opcache/shared_alloc_win32.c 			pre_size = ZEND_ALIGNED_SIZE(sizeof(zend_smm_shared_globals)) + ZEND_ALIGNED_SIZE(sizeof(zend_shared_segment)) + ZEND_ALIGNED_SIZE(sizeof(void *)) + ZEND_ALIGNED_SIZE(sizeof(int));
zend_smm_shared_globals  170 ext/opcache/shared_alloc_win32.c 			accel_shared_globals = (zend_accel_shared_globals *)((char *)((zend_smm_shared_globals *)mapping_base)->app_shared_globals + ((char *)mapping_base - (char *)wanted_mb_save));
zend_smm_shared_globals  193 ext/opcache/shared_alloc_win32.c 	smm_shared_globals = (zend_smm_shared_globals *) mapping_base;
zend_smm_shared_globals   51 ext/opcache/zend_shared_alloc.c zend_smm_shared_globals *smm_shared_globals;
zend_smm_shared_globals  154 ext/opcache/zend_shared_alloc.c 	zend_smm_shared_globals tmp_shared_globals, *p_tmp_shared_globals;
zend_smm_shared_globals  225 ext/opcache/zend_shared_alloc.c 	p_tmp_shared_globals = (zend_smm_shared_globals *) zend_shared_alloc(sizeof(zend_smm_shared_globals));
zend_smm_shared_globals  260 ext/opcache/zend_shared_alloc.c 	zend_smm_shared_globals tmp_shared_globals;
zend_smm_shared_globals  115 ext/opcache/zend_shared_alloc.h extern zend_smm_shared_globals *smm_shared_globals;