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   89 ext/opcache/shared_alloc_posix.c 	return sizeof(zend_shared_segment_posix);