interned_strings_top 147 Zend/zend_globals.h char *interned_strings_top; interned_strings_top 51 Zend/zend_string.c CG(interned_strings_top) = CG(interned_strings_start); interned_strings_top 110 Zend/zend_string.c if (CG(interned_strings_top) + ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + nKeyLength) >= interned_strings_top 116 Zend/zend_string.c p = (Bucket *) CG(interned_strings_top); interned_strings_top 117 Zend/zend_string.c CG(interned_strings_top) += ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + nKeyLength); interned_strings_top 184 Zend/zend_string.c CG(interned_strings_snapshot_top) = CG(interned_strings_top); interned_strings_top 194 Zend/zend_string.c CG(interned_strings_top) = CG(interned_strings_snapshot_top); interned_strings_top 203 Zend/zend_string.c while (p && p->arKey > CG(interned_strings_top)) { interned_strings_top 296 ext/opcache/ZendAccelerator.c ZCSG(interned_strings_top) = ZCSG(interned_strings_saved_state).top; interned_strings_top 308 ext/opcache/ZendAccelerator.c ZCSG(interned_strings_saved_state).top = ZCSG(interned_strings_top); interned_strings_top 342 ext/opcache/ZendAccelerator.c if (ZCSG(interned_strings_top) + ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + nKeyLength) >= interned_strings_top 350 ext/opcache/ZendAccelerator.c p = (Bucket *) ZCSG(interned_strings_top); interned_strings_top 351 ext/opcache/ZendAccelerator.c ZCSG(interned_strings_top) += ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + nKeyLength); interned_strings_top 2484 ext/opcache/ZendAccelerator.c ZCSG(interned_strings_top) = ZCSG(interned_strings_start); interned_strings_top 304 ext/opcache/ZendAccelerator.h char *interned_strings_top; interned_strings_top 454 ext/opcache/zend_accelerator_module.c if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) { interned_strings_top 455 ext/opcache/zend_accelerator_module.c snprintf(buf, sizeof(buf), "%ld", ZCSG(interned_strings_top) - ZCSG(interned_strings_start)); interned_strings_top 457 ext/opcache/zend_accelerator_module.c snprintf(buf, sizeof(buf), "%ld", ZCSG(interned_strings_end) - ZCSG(interned_strings_top)); interned_strings_top 591 ext/opcache/zend_accelerator_module.c if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) { interned_strings_top 597 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 598 ext/opcache/zend_accelerator_module.c add_assoc_long(interned_strings_usage, "free_memory", ZCSG(interned_strings_end) - ZCSG(interned_strings_top));