Download List

Descripción del Proyecto

The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It is also used by a number of programming language implementations that use C as intermediate code. Alternatively, it may be used as a leak detector for C or C++ programs. A slightly older version of the garbage collector is also included as part of the GNU compiler (gcc) distribution.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-07-03 16:00 Back to release list
7.0

El código C ahora requiere al menos C89. Los datos en vivo en el montón es ahora cuentan, ayudando a hacer la expansión montón heurística más robusto. El soporte de subprocesos locales de la asignación fue mayor. Algunos soporte de la plataforma obsoletos como es el viejo estilo de las discusiones Solaris fue eliminado. Algunos apoyan esta nueva plataforma. Varios errores fueron corregidos.
Tags: Stable, Minor feature enhancements
The C code now requires at least C89. The live
data in the heap is now counted, helping to make
the heap expansion heuristic more robust. Thread
local allocation support was enhanced. Some
obsolete platform support such as old-style
Solaris threads was removed. Some new platform
support was added. Various bugs were fixed.

Project Resources