interned_strings_top  351 ext/opcache/ZendAccelerator.c 			0, ZCSG(interned_strings_top) - ZCSG(interned_strings_saved_top));
interned_strings_top  352 ext/opcache/ZendAccelerator.c 	ZCSG(interned_strings_top) = ZCSG(interned_strings_saved_top);
interned_strings_top  356 ext/opcache/ZendAccelerator.c 		if ((char*)p->key < ZCSG(interned_strings_top)) break;
interned_strings_top  375 ext/opcache/ZendAccelerator.c 	ZCSG(interned_strings_saved_top) = ZCSG(interned_strings_top);
interned_strings_top  455 ext/opcache/ZendAccelerator.c 	if (ZCSG(interned_strings_top) + ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(ZSTR_LEN(str))) >=
interned_strings_top  467 ext/opcache/ZendAccelerator.c 	p->key = (zend_string*) ZCSG(interned_strings_top);
interned_strings_top  468 ext/opcache/ZendAccelerator.c 	ZCSG(interned_strings_top) += ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(ZSTR_LEN(str)));
interned_strings_top 2427 ext/opcache/ZendAccelerator.c 		ZCSG(interned_strings_top)   = ZCSG(interned_strings_start);
interned_strings_top  293 ext/opcache/ZendAccelerator.h 	char           *interned_strings_top;
interned_strings_top  484 ext/opcache/zend_accelerator_module.c 			if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) {
interned_strings_top  485 ext/opcache/zend_accelerator_module.c 				snprintf(buf, sizeof(buf), "%pd", ZCSG(interned_strings_top) - ZCSG(interned_strings_start));
interned_strings_top  487 ext/opcache/zend_accelerator_module.c 				snprintf(buf, sizeof(buf), "%pd", ZCSG(interned_strings_end) - ZCSG(interned_strings_top));
interned_strings_top  626 ext/opcache/zend_accelerator_module.c 	if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) {
interned_strings_top  631 ext/opcache/zend_accelerator_module.c 		add_assoc_long(&interned_strings_usage, "used_memory", ZCSG(interned_strings_top) - ZCSG(interned_strings_start));
interned_strings_top  632 ext/opcache/zend_accelerator_module.c 		add_assoc_long(&interned_strings_usage, "free_memory", ZCSG(interned_strings_end) - ZCSG(interned_strings_top));