dispatch/vendor/go.etcd.io/bbolt/bolt_ppc64le.go

10 lines
239 B
Go
Raw Normal View History

2016-01-15 18:48:03 +00:00
// +build ppc64le
2020-04-22 23:06:36 +00:00
package bbolt
2016-01-15 18:48:03 +00:00
// maxMapSize represents the largest mmap size supported by Bolt.
const maxMapSize = 0xFFFFFFFFFFFF // 256TB
// maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0x7FFFFFFF