go.etcd.io/bbolt.freelist.count (method)

4 uses

	go.etcd.io/bbolt (current package)
		freelist.go#L69: 	n := f.count()
		freelist.go#L78: func (f *freelist) count() int {
		freelist.go#L319: 	l := f.count()
		tx.go#L424: 	all := make([]pgid, tx.db.freelist.count())