aboutsummaryrefslogtreecommitdiff
path: root/src/bolt_ppc64le.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-26 13:24:52 -0300
committerEuAndreh <eu@euandre.org>2024-10-26 13:24:52 -0300
commitc7e2dea6f6148d0972c0b1f2795910c9a24ac27a (patch)
tree9dbcd8906cb8421b08cf3d91ead7e43b30077231 /src/bolt_ppc64le.go
parentMove code to src/ and tests/ (diff)
downloaddedo-c7e2dea6f6148d0972c0b1f2795910c9a24ac27a.tar.gz
dedo-c7e2dea6f6148d0972c0b1f2795910c9a24ac27a.tar.xz
Normalize structure following other projects
Diffstat (limited to 'src/bolt_ppc64le.go')
-rw-r--r--src/bolt_ppc64le.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/bolt_ppc64le.go b/src/bolt_ppc64le.go
deleted file mode 100644
index 8c143bc..0000000
--- a/src/bolt_ppc64le.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// +build ppc64le
-
-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
-
-// Are unaligned load/stores broken on this arch?
-var brokenUnaligned = false