zend_shared_segment_posix   39 ext/opcache/shared_alloc_posix.c static int create_segments(size_t requested_size, zend_shared_segment_posix ***shared_segments_p, int *shared_segments_count, char **error_in)
zend_shared_segment_posix   41 ext/opcache/shared_alloc_posix.c 	zend_shared_segment_posix *shared_segment;
zend_shared_segment_posix   45 ext/opcache/shared_alloc_posix.c 	*shared_segments_p = (zend_shared_segment_posix **) calloc(1, sizeof(zend_shared_segment_posix) + sizeof(void *));
zend_shared_segment_posix   50 ext/opcache/shared_alloc_posix.c 	shared_segment = (zend_shared_segment_posix *)((char *)(*shared_segments_p) + sizeof(void *));
zend_shared_segment_posix   80 ext/opcache/shared_alloc_posix.c static int detach_segment(zend_shared_segment_posix *shared_segment)
zend_shared_segment_posix   89 ext/opcache/shared_alloc_posix.c 	return sizeof(zend_shared_segment_posix);