google.golang.org/grpc/internal/transport.ServerConfig.BufferPool (field)

4 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L180: 	framer := newFramer(conn, writeBufSize, readBufSize, config.SharedWriteBuffer, maxHeaderListSize, config.BufferPool)
		http2_server.go#L277: 		bufferPool:        config.BufferPool,
		transport.go#L514: 	BufferPool            mem.BufferPool

	google.golang.org/grpc
		server.go#L1030: 		BufferPool:            s.opts.bufferPool,