shared_free 166 ext/opcache/zend_shared_alloc.c ZSMMG(shared_free) = requested_size; /* goes to tmp_shared_globals.shared_free */ shared_free 291 ext/opcache/zend_shared_alloc.c zend_accel_error(ACCEL_LOG_WARNING, "Not enough free shared space to allocate %ld bytes (%ld bytes free)", (long)size, (long)ZSMMG(shared_free)); \ shared_free 308 ext/opcache/zend_shared_alloc.c if (block_size > ZSMMG(shared_free)) { /* No hope to find a big-enough block */ shared_free 317 ext/opcache/zend_shared_alloc.c ZSMMG(shared_free) -= block_size; shared_free 449 ext/opcache/zend_shared_alloc.c return ZSMMG(shared_free); shared_free 459 ext/opcache/zend_shared_alloc.c ZSMMG(shared_memory_state).shared_free = ZSMMG(shared_free); shared_free 469 ext/opcache/zend_shared_alloc.c ZSMMG(shared_free) = ZSMMG(shared_memory_state).shared_free; shared_free 94 ext/opcache/zend_shared_alloc.h size_t shared_free; /* amount of free shared memory */ shared_free 103 ext/opcache/zend_shared_alloc.h size_t shared_free;