Difference between revisions of "Boehm garbage collector"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Boehm garbage collector |Short description=Conservative garbage collector for C and C++ |Full description=A conservative garbage collector which can be used as a ga...")
 
(updates)
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
|Short description=Conservative garbage collector for C and C++
 
|Short description=Conservative garbage collector for C and C++
 
|Full description=A conservative garbage collector which can be used as a garbage collecting replacement for C malloc or C++ new and as a malloc leak detector.
 
|Full description=A conservative garbage collector which can be used as a garbage collecting replacement for C malloc or C++ new and as a malloc leak detector.
 +
|Homepage URL=http://hboehm.info/gc/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 
 
|VCS checkout command=:pserver:anonymous@bdwgc.cvs.sourceforge.net:/cvsroot/bdwgc
 
|VCS checkout command=:pserver:anonymous@bdwgc.cvs.sourceforge.net:/cvsroot/bdwgc
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=Tutorial PDF at http://www.hpl.hp.com/personal/Hans_Boehm/gc/04tutorial.pdf
+
|Documentation note=Tutorial PDF at http://hboehm.info/gc/04tutorial.pdf
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=C++,C,garbage collection
 
|Keywords=C++,C,garbage collection
|Is GNU=n
+
|Version status=unknown
 +
|Version download=http://hboehm.info/gc/gc_source/
 
|Last review by=Dave Love
 
|Last review by=Dave Love
 
|Last review date=2006-09-06
 
|Last review date=2006-09-06
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=NO_VERSION_DATA
+
|Status=
|Version date=1970-01-01
+
|Is GNU=No
|Version status=stable
+
|License verified date=2006-09-06
|Version download=http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Ted Teah
 
|License verified date=2006-09-06
 
|License verified date=2006-09-06
|Version comment=NO_VERSION_DATA
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Hans Boehm
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Hans Boehm
 
 
|Email=Hans.Boehm@hp.com
 
|Email=Hans.Boehm@hp.com
 
|Resource URL=
 
|Resource URL=
Line 49: Line 45:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater
 
|License verified by=Ted Teah
 
|License verified date=2006-09-06
 
}}
 

Revision as of 16:20, 21 September 2014


[edit]

Boehm garbage collector

http://hboehm.info/gc/
Conservative garbage collector for C and C++

A conservative garbage collector which can be used as a garbage collecting replacement for C malloc or C++ new and as a malloc leak detector.





Licensing

License

Verified by

Verified on

Notes

Verified by

Ted Teah

Verified on

6 September 2006




Leaders and contributors

Contact(s)Role
Hans Boehm Maintainer


Resources and communication

AudienceResource typeURI
Developer,SupportE-mailmailto:gc@linux.hpl.hp.com
HelpE-mailmailto:c-announce-request@linux.hpl.hp.com


Software prerequisites




Entry




















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.