1 Star 1 Fork 0

蒋蒋蒋/bolt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bolt_ppc64le.go 317 Bytes
一键复制 编辑 原始数据 按行查看 历史
// +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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mr_j8080/bolt.git
git@gitee.com:mr_j8080/bolt.git
mr_j8080
bolt
bolt
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385