bytes.Buffer.Grow (method)

6 uses

	bytes (current package)
		buffer.go#L157: func (b *Buffer) Grow(n int) {

	crypto/tls
		conn.go#L805: 	c.rawInput.Grow(needs + bytes.MinRead)

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L4271: 		buf.Grow(int(contentLength))
		deserializers.go#L4273: 		buf.Grow(512)

	html/template
		url.go#L89: 	b.Grow(len(s) + 16)

	os/exec
		exec.go#L721: 	buf.Grow(len(w.prefix) + len(w.suffix) + 50)