Download List

Projeto Descrição

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.

2008-06-02 03:49
7.1

Tags: Stable, Minor feature enhancements

2007-07-03 16:00
7.0

O código C exige agora, pelo menos, C89. Os dados vivem na heap é contada agora, ajudando a tornar a expansão heap heurística mais robusto. Thread atribuição de apoio local foi reforçada. Alguns suporte à plataforma obsoletos, como o velho estilo tópicos Solaris foi removido. Alguns suportam a nova plataforma foi adicionado. Vários bugs foram corrigidos.
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.

2006-07-13 12:11
6.8

Suporte para Solaris/x86-64, por Dragonfly BSD, e para kFreeBSD + glibc foi adicionado. Mac OS discussão vazamentos de memória, um bug MinGW redirecionamento de malloc, e vários outros bugs foram corrigidos.
Tags: Stable, Minor bugfixes
Support for Solaris/x86-64, for Dragonfly BSD, and for kFreeBSD+glibc was added. Mac OS thread memory leaks, a MinGW malloc redirection bug, and several other minor bugs were fixed.

2006-03-06 17:19
6.7

Correções para Solaris e OS Darwin ea plataforma ARM foram implementadas. Suporte para Tandem S-Series e para Darwin/x86 foi adicionado. NetBSD apoio tópicos foi adicionado. Recent correções gcc foram fundidos.
Tags: Stable, Minor feature enhancements
Fixes for Solaris and Darwin OS and the ARM
platform have been implemented. Support for Tandem
S-Series and for Darwin/x86 has been added. NetBSD
threads support has been added. Recent gcc fixes
have been merged.

2005-09-19 10:05
6.6

Detecção CPU contar para Irix e FreeBSD foi corrigido. Análise de / proc / self / maps no Linux foi corrigido. Várias correções e aperfeiçoamentos foram feitos para o FreeBSD / PowerPC, Linux / SH, Linux / ARM, Darwin e para plataformas 64-bit em geral. Compilação com o gcc-4.0.2 foi corrigido. Vários outros bugs foram corrigidos.
Tags: Stable, Minor bugfixes
CPU count detection for Irix and FreeBSD was
fixed. Parsing of /proc/self/maps on Linux was
fixed. Several fixes and enhancements were made
for FreeBSD/PowerPC, Linux/SH, Linux/ARM, Darwin,
and for 64-bit platforms in general. Compilation
with gcc-4.0.2 was fixed. Several other bugs were
fixed.

Project Resources