Merge pull request #418 from benbjohnson/revert-arm64

Revert arm64 change
master
Ben Johnson 2015-09-09 15:26:31 -06:00
commit 033d4ec028
1 changed files with 0 additions and 7 deletions

View File

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