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  136 ext/opcache/shared_alloc_shm.c 	return sizeof(zend_shared_segment_shm);