go.etcd.io/bbolt.freelist.allocate (field)

4 uses

	go.etcd.io/bbolt (current package)
		db.go#L931: 	if p.id = db.freelist.allocate(txid, count); p.id != 0 {
		freelist.go#L31: 	allocate       func(txid txid, n int) pgid // the freelist allocate func
		freelist.go#L51: 		f.allocate = f.hashmapAllocate
		freelist.go#L57: 		f.allocate = f.arrayAllocate