bytes.Buffer.Grow (method)
9 uses
bytes (current package)
buffer.go#L182: func (b *Buffer) Grow(n int) {
crypto/tls
conn.go#L836: c.rawInput.Grow(needs + bytes.MinRead)
encoding/json
encode.go#L485: e.Grow(len(b))
encode.go#L504: e.Grow(len(b))
indent.go#L17: dst.Grow(len(src))
indent.go#L44: dst.Grow(len(src))
indent.go#L121: dst.Grow(indentGrowthFactor * len(src))
github.com/go-faster/jx
w.go#L67: buf.Grow(n)
github.com/refraction-networking/utls
conn.go#L831: c.rawInput.Grow(needs + bytes.MinRead)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |