go.etcd.io/bbolt.TxStats.PageCount (field)

7 uses

	go.etcd.io/bbolt (current package)
		tx.go#L507: 	tx.stats.PageCount += count
		tx.go#L667: 	PageCount int // number of page allocations
		tx.go#L692: 	s.PageCount += other.PageCount
		tx.go#L711: 	diff.PageCount = s.PageCount - other.PageCount