func encoding/gob.allocValue

2 uses

	encoding/gob (current package)
		decode.go#L678: 	v := allocValue(typ)
		decode.go#L1257: func allocValue(t reflect.Type) reflect.Value {