go.etcd.io/bbolt.TxStats.PageAlloc (field)
7 uses
go.etcd.io/bbolt (current package)
tx.go#L508: tx.stats.PageAlloc += count * tx.db.pageSize
tx.go#L668: PageAlloc int // total bytes allocated
tx.go#L693: s.PageAlloc += other.PageAlloc
tx.go#L712: diff.PageAlloc = s.PageAlloc - other.PageAlloc
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)