Garbage Collector Implementation

时间:2015-11-20 18:53:19
【文件属性】:
文件名称:Garbage Collector Implementation
文件大小:266KB
文件格式:ZIP
更新时间:2015-11-20 18:53:19
Garbage Collector malloc.c In this lab you will be writing a conservative mark-and-sweep garbage collector for C programs. Download the materials of this lab. malloc.c
【文件预览】:
lab_garbage_collector
----lab_garbage_collector()
--------getopt.c(22KB)
--------getopt.h(4KB)
--------artificial()
--------malloc.h(428B)
--------tailor.h(8KB)
--------ftime_win32.c(1KB)
--------unistd.h(214B)
--------driver.c(19KB)
--------malloc.c(10KB)
--------memlib.c(4KB)
--------memlib.h(1KB)
--------gc.ncb(153KB)
--------gc.dsp(5KB)
--------gc.dsw(529B)
--------useful.h(1KB)
--------gc.plg(3KB)
--------splay_tree.c(7KB)
--------dump.c(1KB)
--------dump.h(420B)
--------gc.opt(51KB)
--------kernels()
--------ftime.h(239B)
--------tracefiles.h(420B)
----L3.pdf(46KB)

网友评论

  • 实现的方法值得借鉴