Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuffersPool ¶
type BuffersPool struct {
// contains filtered or unexported fields
}
func NewBuffersPool ¶
func NewBuffersPool() *BuffersPool
func (*BuffersPool) Copy ¶
func (bp *BuffersPool) Copy(b []byte) (cpy []byte)
func (*BuffersPool) Get ¶
func (bp *BuffersPool) Get(size int) []byte
func (*BuffersPool) Put ¶
func (bp *BuffersPool) Put(b *[]byte)
Click to show internal directories.
Click to hide internal directories.