updated dependencies
This commit is contained in:
parent
94875d2ded
commit
d45fa68a90
703 changed files with 93434 additions and 103138 deletions
10
vendor/github.com/etcd-io/bbolt/bolt_386.go
generated
vendored
10
vendor/github.com/etcd-io/bbolt/bolt_386.go
generated
vendored
|
|
@ -1,10 +0,0 @@
|
|||
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
|
||||
|
||||
// Are unaligned load/stores broken on this arch?
|
||||
var brokenUnaligned = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue