go.etcd.io/bbolt.BucketStats.LeafInuse (field)

4 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L431: 				s.LeafInuse += int(used)
		bucket.go#L745: 	LeafInuse   int // bytes actually used for leaf data
		bucket.go#L765: 	s.LeafInuse += other.LeafInuse