oom_restarts     2134 ext/opcache/ZendAccelerator.c 						ZCSG(oom_restarts)++;
oom_restarts     2511 ext/opcache/ZendAccelerator.c 	ZCSG(oom_restarts) = 0;
oom_restarts      282 ext/opcache/ZendAccelerator.h 	unsigned long   oom_restarts;     /* number of restarts because of out of memory */
oom_restarts      467 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), "%ld", ZCSG(oom_restarts));
oom_restarts      613 ext/opcache/zend_accelerator_module.c 	add_assoc_long(statistics, "oom_restarts", ZCSG(oom_restarts));