2022年6月30日
摘要: 一、散列表sideTable的数据结构 SideTable主要包含spinlock锁,引用计数表(存放从extra_rc接收的一半引用计数),弱引用表。 truct SideTable { spinlock_t slock; // 存放从extra_rc接收的那一半引用计数 RefcountMap 阅读全文
posted @ 2022-06-30 14:21 suanningmeng98 阅读(169) 评论(0) 推荐(0) 编辑