1 Star 0 Fork 0

wanttobeamaster/bbolt

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bolt_amd64.go 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanttobeamaster 提交于 2021-04-15 12:57 +08:00 . first
package bbolt
// 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/wanttobeamaster/bbolt.git
git@gitee.com:wanttobeamaster/bbolt.git
wanttobeamaster
bbolt
bbolt
6eb1abf92022

搜索帮助