go.etcd.io/bbolt.DB.dataref (field)
5 uses
go.etcd.io/bbolt (current package)
bolt_unix.go#L65: db.dataref = b
bolt_unix.go#L74: if db.dataref == nil {
bolt_unix.go#L79: err := syscall.Munmap(db.dataref)
bolt_unix.go#L80: db.dataref = nil
db.go#L126: dataref []byte // mmap'ed readonly, write throws SEGV
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)