go.etcd.io/bbolt.DB.allocate (method)
2 uses
go.etcd.io/bbolt (current package)
db.go#L919: func (db *DB) allocate(txid txid, count int) (*page, error) {
tx.go#L498: p, err := tx.db.allocate(tx.meta.txid, count)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)