go.etcd.io/bbolt.BucketStats.BranchAlloc (field)
4 uses
go.etcd.io/bbolt (current package)
bucket.go#L469: s.BranchAlloc = (s.BranchPageN + s.BranchOverflowN) * pageSize
bucket.go#L742: BranchAlloc int // bytes allocated for physical branch pages
bucket.go#L762: s.BranchAlloc += other.BranchAlloc
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)