updated dependencies
This commit is contained in:
parent
c3076c328a
commit
407ec638fe
176 changed files with 15864 additions and 4354 deletions
10
vendor/github.com/etcd-io/bbolt/bolt_amd64.go
generated
vendored
Normal file
10
vendor/github.com/etcd-io/bbolt/bolt_amd64.go
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package bbolt
|
||||
|
||||
// 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
|
||||
|
||||
// Are unaligned load/stores broken on this arch?
|
||||
var brokenUnaligned = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue