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

4 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L470: 	s.LeafAlloc = (s.LeafPageN + s.LeafOverflowN) * pageSize
		bucket.go#L744: 	LeafAlloc   int // bytes allocated for physical leaf pages
		bucket.go#L764: 	s.LeafAlloc += other.LeafAlloc