memory_exhausted 1096 ext/opcache/ZendAccelerator.c 				if (ZSMMG(memory_exhausted)) {
memory_exhausted 1119 ext/opcache/ZendAccelerator.c 			ZSMMG(memory_exhausted) = 1;
memory_exhausted 1158 ext/opcache/ZendAccelerator.c 		ZSMMG(memory_exhausted) = 1;
memory_exhausted 1227 ext/opcache/ZendAccelerator.c 				ZSMMG(memory_exhausted) = 1;
memory_exhausted 1585 ext/opcache/ZendAccelerator.c 				if (ZSMMG(memory_exhausted)) {
memory_exhausted 1610 ext/opcache/ZendAccelerator.c 				if (ZSMMG(memory_exhausted)) {
memory_exhausted 1629 ext/opcache/ZendAccelerator.c 		if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) {
memory_exhausted 2092 ext/opcache/ZendAccelerator.c 	ZSMMG(memory_exhausted) = 0;
memory_exhausted  445 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), "%ld", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist_misses));
memory_exhausted  577 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(return_value, "cache_full", ZSMMG(memory_exhausted));
memory_exhausted  616 ext/opcache/zend_accelerator_module.c 	add_assoc_long(statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist_misses));
memory_exhausted  293 ext/opcache/zend_shared_alloc.c 			ZSMMG(memory_exhausted) = 1; \
memory_exhausted  470 ext/opcache/zend_shared_alloc.c 	ZSMMG(memory_exhausted) = 0;
memory_exhausted  107 ext/opcache/zend_shared_alloc.h     zend_bool                  memory_exhausted;