diff options
author | EuAndreh <eu@euandre.org> | 2024-10-26 13:24:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-26 13:24:52 -0300 |
commit | c7e2dea6f6148d0972c0b1f2795910c9a24ac27a (patch) | |
tree | 9dbcd8906cb8421b08cf3d91ead7e43b30077231 /src/bolt_ppc.go | |
parent | Move code to src/ and tests/ (diff) | |
download | dedo-c7e2dea6f6148d0972c0b1f2795910c9a24ac27a.tar.gz dedo-c7e2dea6f6148d0972c0b1f2795910c9a24ac27a.tar.xz |
Normalize structure following other projects
Diffstat (limited to 'src/bolt_ppc.go')
-rw-r--r-- | src/bolt_ppc.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/bolt_ppc.go b/src/bolt_ppc.go deleted file mode 100644 index 645ddc3..0000000 --- a/src/bolt_ppc.go +++ /dev/null @@ -1,9 +0,0 @@ -// +build ppc - -package bolt - -// maxMapSize represents the largest mmap size supported by Bolt. -const maxMapSize = 0x7FFFFFFF // 2GB - -// maxAllocSize is the size used when creating array pointers. -const maxAllocSize = 0xFFFFFFF |