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)