oom_restarts     2058 ext/opcache/ZendAccelerator.c 						ZCSG(oom_restarts)++;
oom_restarts     2452 ext/opcache/ZendAccelerator.c 	ZCSG(oom_restarts) = 0;
oom_restarts      273 ext/opcache/ZendAccelerator.h 	zend_ulong   oom_restarts;     /* number of restarts because of out of memory */
oom_restarts      496 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), "%pd", ZCSG(oom_restarts));
oom_restarts      645 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&statistics, "oom_restarts", ZCSG(oom_restarts));