elementary_gc:2021年Spring用于CS296-41的垃圾收集器

时间:2021-04-01 06:34:22
【文件属性】:
文件名称:elementary_gc:2021年Spring用于CS296-41的垃圾收集器
文件大小:97KB
文件格式:ZIP
更新时间:2021-04-01 06:34:22
C++ 初级GC SP21 CS296-41项目的垃圾收集器 待办事项清单 (自下而上排序) 内存压缩 实现空闲对象的内存压缩 世代GC 增加对象元数据的年龄 为每个年龄段创建单独的列表 每个组以不同的时间间隔运行垃圾收集器 使用GC 创建使用malloc,calloc,realloc,free的基本测试文件 对每个malloc运行标记和清除收集器 GC算法实现 基本对象分配+图形创建 标记和扫描算法框架 标记和清除算法代码 初始设置 设置makefile 从MP添加矢量文件(jlian5,2/18) 我(jlian5)添加了我自己在mp中编码的矢量文件,如果你们都知道如何添加它,就像他们在mp_shell中处理它一样,可以尝试。
【文件预览】:
elementary_gc-main
----references.txt(491B)
----includes()
--------set.h(8KB)
--------graph.h(8KB)
--------compare.h(3KB)
--------vector.h(13KB)
--------queue.h(3KB)
--------callbacks.h(6KB)
--------dictionary.h(23KB)
----testers()
--------stack_scan.c(1KB)
--------tester-1.c(455B)
--------tester-2.c(872B)
--------main.c(162B)
----gc.h(3KB)
----stack_scan.txt(147B)
----mreplace(14KB)
----README.md(848B)
----Makefile(1KB)
----gc.c(6KB)
----libs()
--------libqueue-pthread.a(3KB)
--------libset-pthread.a(48KB)
--------libcompare-pthread.a(4KB)
--------libdictionary-pthread.a(113KB)
--------libcallbacks-pthread.a(10KB)
--------libgraph-pthread.a(126KB)
--------libvector-pthread.a(26KB)
----.gitignore(24B)
----alloc.so(18KB)

网友评论