diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-11-27 16:52:27 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-11-27 16:52:27 -0700 |
commit | 0845303c2af0a68983592c252e8341f6858209e5 (patch) | |
tree | ef0932777c355c2a19379b0645af8fa372cc4556 | |
parent | Merge pull request #264 from ebberg/patch-1 (diff) | |
download | dedo-0845303c2af0a68983592c252e8341f6858209e5.tar.gz dedo-0845303c2af0a68983592c252e8341f6858209e5.tar.xz |
Add ARM support.
-rw-r--r-- | bolt_arm.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bolt_arm.go b/bolt_arm.go new file mode 100644 index 0000000..856f401 --- /dev/null +++ b/bolt_arm.go @@ -0,0 +1,4 @@ +package bolt + +// maxMapSize represents the largest mmap size supported by Bolt. +const maxMapSize = 0xFFFFFFF // 256MB |