diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-11-27 16:57:33 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-11-27 16:57:33 -0700 |
commit | b4417f3ae3715b7fbc824487867b494efa2f1651 (patch) | |
tree | ef0932777c355c2a19379b0645af8fa372cc4556 | |
parent | Merge pull request #264 from ebberg/patch-1 (diff) | |
parent | Add ARM support. (diff) | |
download | dedo-b4417f3ae3715b7fbc824487867b494efa2f1651.tar.gz dedo-b4417f3ae3715b7fbc824487867b494efa2f1651.tar.xz |
Merge pull request #265 from benbjohnson/arm
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 |