type github.com/vmihailenco/bufpool.Pool

9 uses

	github.com/vmihailenco/bufpool (current package)
		pool.go#L25: type Pool struct {
		pool.go#L33: func (p *Pool) getServeSize() int {
		pool.go#L56: func (p *Pool) Get() *Buffer {
		pool.go#L64: func (p *Pool) New() *Buffer {
		pool.go#L69: func (p *Pool) Put(buf *Buffer) {
		pool.go#L82: func (p *Pool) UpdateLen(bufLen int) {
		pool.go#L89: func (p *Pool) calibrate() {
		pool.go#L120: func (p *Pool) getServePctile() float64 {

	github.com/go-pg/pg/v10/types
		append_value.go#L197: var jsonPool bufpool.Pool