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)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)