shared_free 164 ext/opcache/zend_shared_alloc.c ZSMMG(shared_free) = requested_size; /* goes to tmp_shared_globals.shared_free */ shared_free 299 ext/opcache/zend_shared_alloc.c zend_accel_error(ACCEL_LOG_WARNING, "Not enough free shared space to allocate %pd bytes (%pd bytes free)", (zend_long)size, (zend_long)ZSMMG(shared_free)); \ shared_free 315 ext/opcache/zend_shared_alloc.c if (block_size > ZSMMG(shared_free)) { /* No hope to find a big-enough block */ shared_free 324 ext/opcache/zend_shared_alloc.c ZSMMG(shared_free) -= block_size; shared_free 464 ext/opcache/zend_shared_alloc.c return ZSMMG(shared_free); shared_free 474 ext/opcache/zend_shared_alloc.c ZSMMG(shared_memory_state).shared_free = ZSMMG(shared_free); shared_free 484 ext/opcache/zend_shared_alloc.c ZSMMG(shared_free) = ZSMMG(shared_memory_state).shared_free; shared_free 95 ext/opcache/zend_shared_alloc.h size_t shared_free; /* amount of free shared memory */ shared_free 104 ext/opcache/zend_shared_alloc.h size_t shared_free;