strings.Builder.Grow (method)
13 uses
strings (current package)
builder.go#L76: func (b *Builder) Grow(n int) {
strings.go#L434: b.Grow(n)
strings.go#L481: b.Grow(len(s) + utf8.UTFMax)
strings.go#L536: b.Grow(n)
strings.go#L566: b.Grow(len(s))
strings.go#L596: b.Grow(len(s))
strings.go#L643: b.Grow(len(s) + len(replacement))
strings.go#L938: b.Grow(len(s) + n*(len(new)-len(old)))
bufio
bufio.go#L486: buf.Grow(n)
encoding/hex
hex.go#L129: buf.Grow((1 + ((len(data) - 1) / 16)) * 79)
mime
encodedword.go#L57: buf.Grow(48)
net/http
cookie.go#L179: b.Grow(len(c.Name) + len(c.Value) + len(c.Domain) + len(c.Path) + extraCookieLength)
net/url
url.go#L253: t.Grow(len(s) - 2*n)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)