Versions in this module Expand all Collapse all v1 v1.48.1 Aug 21, 2019 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)