tcmalloc原理 操作系统 / 作者: sidney / 2025年10月20日 tcmalloc的原理 ThreadCache(无锁)内存不够用会向CentralCache申请(每个桶一把锁 […] tcmalloc原理 Read More » 10 月 20 2025
进程、线程、协程、纤程、bthread 操作系统 / 作者: sidney / 2025年9月4日 这个图里的协程应该是C++20协程。 进程和线程的区别 特性 进程 线程 基本单位 操作系统进行资源分配的基本 进程、线程、协程、纤程、bthread Read More » 9 月 4 2025
lazy write和volatile 操作系统 / 作者: sidney / 2025年8月22日 1. 编译期优化的内存写入策略 编译器通过静态分析代码,仅在必要时才生成内存访问指令,避免冗余操作: 延迟写入 lazy write和volatile Read More » 8 月 22 2025
内存的换入和换出 操作系统 / 作者: sidney / 2024年9月10日 https://www.cnblogs.com/Roboduster/p/16673201.html 另外: 内存的换入和换出 Read More » 9 月 10 2024
进程控制–exec函数族 操作系统 / 作者: sidney / 2024年8月14日 https://cloud.tencent.com/developer/article/1592678 htt 进程控制–exec函数族 Read More » 8 月 14 2024
进程控制–wait和wait_pid 操作系统 / 作者: sidney / 2024年8月14日 https://www.cnblogs.com/LUO77/p/5804436.html 进程控制–wait和wait_pid Read More » 8 月 14 2024
linux文档参考 操作系统 / 作者: sidney / 2024年8月14日 官方文档: https://linux.die.net/man/ linux api的速查手册: https: linux文档参考 Read More » 8 月 14 2024