Merge pull request #435 from hqhq/hq_add_arm64

Add support for arm64
master
Ben Johnson 2015-10-09 08:39:41 -06:00
commit 14ea02b7ee
1 changed files with 9 additions and 0 deletions

9
bolt_arm64.go Normal file
View File

@ -0,0 +1,9 @@
// +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