We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af6cfa commit 1727806Copy full SHA for 1727806
bolt_riscv64.go
@@ -0,0 +1,10 @@
1
+package bbolt
2
+
3
+// maxMapSize represents the largest mmap size supported by Bolt.
4
+const maxMapSize = 0xFFFFFFFFFFFF // 256TB
5
6
+// maxAllocSize is the size used when creating array pointers.
7
+const maxAllocSize = 0x7FFFFFFF
8
9
+// Are unaligned load/stores broken on this arch?
10
+var brokenUnaligned = true
0 commit comments