memory_exhausted 1120 ext/opcache/ZendAccelerator.c 				if (ZSMMG(memory_exhausted)) {
memory_exhausted 1143 ext/opcache/ZendAccelerator.c 			ZSMMG(memory_exhausted) = 1;
memory_exhausted 1236 ext/opcache/ZendAccelerator.c 		ZSMMG(memory_exhausted) = 1;
memory_exhausted 1318 ext/opcache/ZendAccelerator.c 				ZSMMG(memory_exhausted) = 1;
memory_exhausted 1741 ext/opcache/ZendAccelerator.c 				if (ZSMMG(memory_exhausted)) {
memory_exhausted 1766 ext/opcache/ZendAccelerator.c 				if (ZSMMG(memory_exhausted)) {
memory_exhausted 1793 ext/opcache/ZendAccelerator.c 		if (ZSMMG(memory_exhausted) || ZCSG(restart_pending)) {
memory_exhausted 1980 ext/opcache/ZendAccelerator.c 	ZSMMG(memory_exhausted) = 0;
memory_exhausted  476 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), "%pd", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist_misses));
memory_exhausted  614 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(return_value, "cache_full", ZSMMG(memory_exhausted));
memory_exhausted  648 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist_misses));
memory_exhausted 1329 ext/opcache/zend_file_cache.c 			ZSMMG(memory_exhausted) = 1;
memory_exhausted  301 ext/opcache/zend_shared_alloc.c 			ZSMMG(memory_exhausted) = 1; \
memory_exhausted  485 ext/opcache/zend_shared_alloc.c 	ZSMMG(memory_exhausted) = 0;
memory_exhausted  108 ext/opcache/zend_shared_alloc.h     zend_bool                  memory_exhausted;