allocate_size 57 ext/opcache/shared_alloc_shm.c size_t allocate_size = 0, remaining_bytes = requested_size, seg_allocate_size; allocate_size 76 ext/opcache/shared_alloc_shm.c allocate_size = MIN(requested_size, seg_allocate_size); allocate_size 77 ext/opcache/shared_alloc_shm.c first_segment_id = shmget(first_segment_key, allocate_size, shmget_flags); allocate_size 102 ext/opcache/shared_alloc_shm.c allocate_size = MIN(remaining_bytes, seg_allocate_size); allocate_size 104 ext/opcache/shared_alloc_shm.c shared_segments[i].shm_id = shmget(IPC_PRIVATE, allocate_size, shmget_flags); allocate_size 122 ext/opcache/shared_alloc_shm.c shared_segments[i].common.size = allocate_size; allocate_size 123 ext/opcache/shared_alloc_shm.c remaining_bytes -= allocate_size; allocate_size 101 ext/opcache/zend_shared_alloc.c static void no_memory_bailout(size_t allocate_size, char *error) allocate_size 103 ext/opcache/zend_shared_alloc.c zend_accel_error(ACCEL_LOG_FATAL, "Unable to allocate shared memory segment of %ld bytes: %s: %s (%d)", allocate_size, error?error:"unknown", strerror(errno), errno );