会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mangoCzp
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
12
下一页
2021年6月8日
c++11 memory order
摘要: http://senlinzhan.github.io/2017/12/04/cpp-memory-order/
阅读全文
posted @ 2021-06-08 16:34 mangoCzp
阅读(23)
评论(0)
推荐(0)
2021年6月7日
linux 内存管理机制
摘要: https://zhuanlan.zhihu.com/p/149581303
阅读全文
posted @ 2021-06-07 10:57 mangoCzp
阅读(25)
评论(0)
推荐(0)
2021年6月4日
gporca source install
摘要: https://developer.aliyun.com/article/57744
阅读全文
posted @ 2021-06-04 18:19 mangoCzp
阅读(29)
评论(0)
推荐(0)
2021年6月3日
linux oom 机制
摘要: OOM分析 oom_killer(out of memory killer)是Linux内核的一种内存管理机制,在系统可用内存较少的情况下,内核为保证系统还能够继续运行下去,会选择杀掉一些进程释放掉一些内存。通常oom_killer的触发流程是:进程A想要分配物理内存(通常是当进程真正去读写一块内核
阅读全文
posted @ 2021-06-03 16:00 mangoCzp
阅读(491)
评论(0)
推荐(0)
2021年6月2日
jemalloc source code analyze
摘要: https://youjiali1995.github.io/allocator/jemalloc/ https://www.cnblogs.com/lenmom/p/9073024.html
阅读全文
posted @ 2021-06-02 18:28 mangoCzp
阅读(110)
评论(0)
推荐(0)
customize malloc && free in c (refer to libc malloc_hook)
摘要: https://stackoverflow.com/questions/262439/create-a-wrapper-function-for-malloc-and-free-in-c
阅读全文
posted @ 2021-06-02 15:43 mangoCzp
阅读(31)
评论(0)
推荐(0)
2021年3月29日
llvm doc
摘要: 官网 https://llvm.org/docs/tutorial/BuildingAJIT1.html 中文 http://sunxfancy.github.io/llvm-cn/# 其他 https://llvm.liuxfe.com/docs/
阅读全文
posted @ 2021-03-29 17:13 mangoCzp
阅读(54)
评论(0)
推荐(0)
vscode clang-format
摘要: 安装 clang-format 插件 在项目目录下新建 .clang-format 文件 参考 https://code.visualstudio.com/docs/cpp/cpp-ide#_code-formatting .clang-format : # Copyright (c) 2020 v
阅读全文
posted @ 2021-03-29 17:05 mangoCzp
阅读(1493)
评论(0)
推荐(0)
2021年2月24日
关系代数 wiki
摘要: https://en.wikipedia.org/wiki/Relational_algebra#Antijoin_.28.E2.96.B7.29
阅读全文
posted @ 2021-02-24 17:33 mangoCzp
阅读(55)
评论(0)
推荐(0)
2021年2月9日
大端与小端的区别
摘要: https://zhuanlan.zhihu.com/p/97821726
阅读全文
posted @ 2021-02-09 17:03 mangoCzp
阅读(89)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
12
下一页
公告