Versions in this module Expand all Collapse all v1 v1.54.4 Nov 23, 2020 Changes in this version + type Pool struct + func New(flushTime time.Duration, bufferSize, poolSize int, useMmap bool) *Pool + func (bp *Pool) Alloced() int + func (bp *Pool) Flush() + func (bp *Pool) Get() []byte + func (bp *Pool) InPool() int + func (bp *Pool) InUse() int + func (bp *Pool) Put(buf []byte)