func reflect.grow

3 uses

	reflect (current package)
		value.go#L2019: func grow(s Value, extra int) (Value, int, int) {
		value.go#L2049: 	s, i0, i1 := grow(s, len(x))
		value.go#L2062: 	s, i0, i1 := grow(s, t.Len())