type google.golang.org/grpc/internal/transport.bufferPool
7 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L135: bufferPool *bufferPool
http2_server.go#L122: bufferPool *bufferPool
transport.go#L46: type bufferPool struct {
transport.go#L50: func newBufferPool() *bufferPool {
transport.go#L51: return &bufferPool{
transport.go#L60: func (p *bufferPool) get() *bytes.Buffer {
transport.go#L64: func (p *bufferPool) put(b *bytes.Buffer) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |