zend_smm_shared_globals  169 ext/opcache/shared_alloc_win32.c 	smm_shared_globals = (zend_smm_shared_globals *) mapping_base;
zend_smm_shared_globals   52 ext/opcache/zend_shared_alloc.c zend_smm_shared_globals *smm_shared_globals;
zend_smm_shared_globals  155 ext/opcache/zend_shared_alloc.c 	zend_smm_shared_globals tmp_shared_globals, *p_tmp_shared_globals;
zend_smm_shared_globals  217 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  252 ext/opcache/zend_shared_alloc.c 	zend_smm_shared_globals tmp_shared_globals;
zend_smm_shared_globals  114 ext/opcache/zend_shared_alloc.h extern zend_smm_shared_globals *smm_shared_globals;