Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/v24.0.2
/
.
/
vendor
/
go.etcd.io
/
bbolt
/
bolt_ppc.go
blob: e403f57d8a87db0600369ffa5311c8ac6b034b3b [
file
]
//go:build ppc
// +build ppc
package bbolt
// maxMapSize represents the largest mmap size supported by Bolt.
const maxMapSize = 0x7FFFFFFF
// 2GB
// maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0xFFFFFFF