bytes.Buffer.Grow (method)

9 uses

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

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

	encoding/json
		encode.go#L444: 		e.Grow(len(b))
		encode.go#L463: 		e.Grow(len(b))
		encode.go#L786: 	e.Grow(len(`"`) + encodedLen + len(`"`))
		indent.go#L15: 	dst.Grow(len(src))
		indent.go#L42: 	dst.Grow(len(src))
		indent.go#L111: 	dst.Grow(indentGrowthFactor * len(src))

	github.com/go-faster/jx
		w.go#L62: 	buf.Grow(n)