go.etcd.io/bbolt.DB.pagePool (field)
4 uses
go.etcd.io/bbolt (current package)
db.go#L141: pagePool sync.Pool
db.go#L270: db.pagePool = sync.Pool{
db.go#L923: buf = db.pagePool.Get().([]byte)
tx.go#L578: tx.db.pagePool.Put(buf)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)