zend_shared_alloc_get_free_memory 447 ext/opcache/zend_accelerator_module.c snprintf(buf, sizeof(buf), "%ld", ZCG(accel_directives).memory_consumption-zend_shared_alloc_get_free_memory()-ZSMMG(wasted_shared_memory)); zend_shared_alloc_get_free_memory 449 ext/opcache/zend_accelerator_module.c snprintf(buf, sizeof(buf), "%ld", zend_shared_alloc_get_free_memory()); zend_shared_alloc_get_free_memory 584 ext/opcache/zend_accelerator_module.c add_assoc_long(memory_usage, "used_memory", ZCG(accel_directives).memory_consumption-zend_shared_alloc_get_free_memory()-ZSMMG(wasted_shared_memory)); zend_shared_alloc_get_free_memory 585 ext/opcache/zend_accelerator_module.c add_assoc_long(memory_usage, "free_memory", zend_shared_alloc_get_free_memory()); zend_shared_alloc_get_free_memory 155 ext/opcache/zend_shared_alloc.h size_t zend_shared_alloc_get_free_memory(void);