Vendor integration dependencies.
This commit is contained in:
parent
dd5e3fba01
commit
55b57c736b
2451 changed files with 731611 additions and 0 deletions
12
integration/vendor/github.com/boltdb/bolt/bolt_arm64.go
generated
vendored
Normal file
12
integration/vendor/github.com/boltdb/bolt/bolt_arm64.go
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
// +build arm64
|
||||
|
||||
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
|
||||
|
||||
// Are unaligned load/stores broken on this arch?
|
||||
var brokenUnaligned = false
|
Loading…
Add table
Add a link
Reference in a new issue