文件名称:tinygc-2_6
- 所属分类:
- C#编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 42kb
- 下载次数:
- 0次
- 提 供 者:
- xiang ******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
TinGC是一简单的垃圾回收程序,类似于GC.collect()函数。其实著名的BDWGC的一个API应用,是在其基础上进行开发的工程。
TinGC是一个完整的工程,也可以加入其他的程序作为内存、指针等得回收工作。-TinyGC is an independent implementation of the API of the well-known Boehm-Demers-Weiser Conservative GC ("BDWGC" or "BoehmGC" for short).TinyGC has been initially developed as a part of the JCGO project to be used as a BoehmGC replacement. At present, TinyGC is a standalone project.
The major TinyGC advantages over BoehmGC are:
1.small code size (it could be as small as 3800 bytes)
2.16-bit architectures are supported
3.small initial internal data size
4.less source code (to verify)
5. minimal set of the underlaying clib/pthread/Win32 functions used.
TinGC是一个完整的工程,也可以加入其他的程序作为内存、指针等得回收工作。-TinyGC is an independent implementation of the API of the well-known Boehm-Demers-Weiser Conservative GC ("BDWGC" or "BoehmGC" for short).TinyGC has been initially developed as a part of the JCGO project to be used as a BoehmGC replacement. At present, TinyGC is a standalone project.
The major TinyGC advantages over BoehmGC are:
1.small code size (it could be as small as 3800 bytes)
2.16-bit architectures are supported
3.small initial internal data size
4.less source code (to verify)
5. minimal set of the underlaying clib/pthread/Win32 functions used.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tinygc-2_6\tinygc\ChangeLog
..........\......\gc.h
..........\......\gc_gcj.h
..........\......\gc_mark.h
..........\......\GNU_GPL.txt
..........\......\htdocs\index.html
..........\......\javaxfc.h
..........\......\README.txt
..........\......\tinygc.c
..........\......\htdocs
..........\tinygc
tinygc-2_6
..........\......\gc.h
..........\......\gc_gcj.h
..........\......\gc_mark.h
..........\......\GNU_GPL.txt
..........\......\htdocs\index.html
..........\......\javaxfc.h
..........\......\README.txt
..........\......\tinygc.c
..........\......\htdocs
..........\tinygc
tinygc-2_6