Searched refs:bufPool (Results 1 – 2 of 2) sorted by relevance
14 var bufPool = sync.Pool{ var22 buf := bufPool.Get().(*bytes.Buffer)24 defer bufPool.Put(buf)33 buf := bufPool.Get().(*bytes.Buffer)35 defer bufPool.Put(buf)
485 buf := bufPool.Get().(*bytes.Buffer)487 defer bufPool.Put(buf)