update vendor
This commit is contained in:
parent
824f46979b
commit
8675bc4b7a
328 changed files with 27166 additions and 6537 deletions
9
vendor/go.etcd.io/bbolt/internal/common/bolt_ppc.go
generated
vendored
Normal file
9
vendor/go.etcd.io/bbolt/internal/common/bolt_ppc.go
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//go:build ppc
|
||||
|
||||
package common
|
||||
|
||||
// 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue