type google.golang.org/grpc/internal/mem.TieredBufferPool

6 uses

	google.golang.org/grpc/internal/mem (current package)
		buffer_pool.go#L259: type TieredBufferPool struct {
		buffer_pool.go#L266: func NewTieredBufferPool(poolSizes ...int) *TieredBufferPool {
		buffer_pool.go#L272: 	return &TieredBufferPool{
		buffer_pool.go#L279: func (p *TieredBufferPool) Get(size int) *[]byte {
		buffer_pool.go#L284: func (p *TieredBufferPool) Put(buf *[]byte) {
		buffer_pool.go#L288: func (p *TieredBufferPool) getPool(size int) bufferPool {