zend_shared_segment_shm 54 ext/opcache/shared_alloc_shm.c static int create_segments(size_t requested_size, zend_shared_segment_shm ***shared_segments_p, int *shared_segments_count, char **error_in) zend_shared_segment_shm 62 ext/opcache/shared_alloc_shm.c zend_shared_segment_shm *shared_segments; zend_shared_segment_shm 90 ext/opcache/shared_alloc_shm.c *shared_segments_p = (zend_shared_segment_shm **) calloc(1, (*shared_segments_count) * sizeof(zend_shared_segment_shm) + sizeof(void *) * (*shared_segments_count)); zend_shared_segment_shm 95 ext/opcache/shared_alloc_shm.c shared_segments = (zend_shared_segment_shm *)((char *)(*shared_segments_p) + sizeof(void *) * (*shared_segments_count)); zend_shared_segment_shm 128 ext/opcache/shared_alloc_shm.c static int detach_segment(zend_shared_segment_shm *shared_segment) zend_shared_segment_shm 136 ext/opcache/shared_alloc_shm.c return sizeof(zend_shared_segment_shm);