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

4 uses

	go.etcd.io/bbolt (current package)
		freelist.go#L79: 	return f.free_count() + f.pending_count()
		freelist.go#L88: func (f *freelist) pending_count() int {
		freelist.go#L99: 	m := make(pgids, 0, f.pending_count())
		tx.go#L298: 		var freelistPendingN = tx.db.freelist.pending_count()