diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2015-09-09 15:26:31 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2015-09-09 15:26:31 -0600 |
commit | 033d4ec028192f38aef67ae47bd7b89f343145b5 (patch) | |
tree | 475d675fa2353b34d2994ecea52419881d9ab28a | |
parent | Merge pull request #414 from jefby/jefby (diff) | |
parent | revert arm64 change (diff) | |
download | dedo-033d4ec028192f38aef67ae47bd7b89f343145b5.tar.gz dedo-033d4ec028192f38aef67ae47bd7b89f343145b5.tar.xz |
Merge pull request #418 from benbjohnson/revert-arm64
Revert arm64 change
-rw-r--r-- | bolt_arm64.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bolt_arm64.go b/bolt_arm64.go deleted file mode 100644 index cca6b7e..0000000 --- a/bolt_arm64.go +++ /dev/null @@ -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 |