bytes.Buffer.Grow (method)

3 uses

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

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

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