mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-07-07 19:19:53 +00:00
new bolt_ppc64.go similar to bolt_ppc64le.go
version 4 of the patch
This commit is contained in:
parent
a5ebf41fd5
commit
fb2396f544
9
bolt_ppc64.go
Normal file
9
bolt_ppc64.go
Normal file
@ -0,0 +1,9 @@
|
||||
// +build ppc64
|
||||
|
||||
package bolt
|
||||
|
||||
// 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
|
Loading…
x
Reference in New Issue
Block a user