import "github.com/ClickHouse/clickhouse-go/lib/leakypool"
func GetBytes(size, capacity int) (b []byte)
func InitBytePool(size int)
func PutBytes(b []byte)
leaky_pool.go
Tools for package owners.