06 2021 档案

摘要:https://wangpengcheng.github.io/2019/05/17/cplusplus_theadpool/ 阅读全文
posted @ 2021-06-18 17:59 mangoCzp 阅读(44) 评论(0) 推荐(0)
摘要:The current C++11 std::launch only has two modes: async or deferred. In a production system, neither is what you want: async will launch a new thread 阅读全文
posted @ 2021-06-17 16:04 mangoCzp 阅读(194) 评论(0) 推荐(0)
摘要:http://senlinzhan.github.io/2017/12/04/cpp-memory-order/ 阅读全文
posted @ 2021-06-08 16:34 mangoCzp 阅读(24) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/149581303 阅读全文
posted @ 2021-06-07 10:57 mangoCzp 阅读(29) 评论(0) 推荐(0)
摘要:https://developer.aliyun.com/article/57744 阅读全文
posted @ 2021-06-04 18:19 mangoCzp 阅读(32) 评论(0) 推荐(0)
摘要:OOM分析 oom_killer(out of memory killer)是Linux内核的一种内存管理机制,在系统可用内存较少的情况下,内核为保证系统还能够继续运行下去,会选择杀掉一些进程释放掉一些内存。通常oom_killer的触发流程是:进程A想要分配物理内存(通常是当进程真正去读写一块内核 阅读全文
posted @ 2021-06-03 16:00 mangoCzp 阅读(515) 评论(0) 推荐(0)
摘要:https://youjiali1995.github.io/allocator/jemalloc/ https://www.cnblogs.com/lenmom/p/9073024.html 阅读全文
posted @ 2021-06-02 18:28 mangoCzp 阅读(112) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/262439/create-a-wrapper-function-for-malloc-and-free-in-c 阅读全文
posted @ 2021-06-02 15:43 mangoCzp 阅读(41) 评论(0) 推荐(0)