Boehm's GC is a garbage collecting storage allocator that is intended to be used as a plug-in replacement for C's malloc. This package is required to compile and link programs that use libgc1.
Since the collector does not require pointers to be tagged, it does not attempt to ensure that all inaccessible storage is reclaimed. However it has typically been more successful at reclaiming unused memory than most C programs using explicit deallocation. Unlike manually introduced leaks, the amount of unreclaimed memory typically stays bounded.
This version of the collector is thread safe, has C++ support, and uses the defaults for everything else. Particularly, it does not work as a malloc() replacement.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| amd64 | 170.6 kB | 644 kB | [list of files] |
| armel | 160.1 kB | 564 kB | [list of files] |
| hppa | 183.2 kB | 616 kB | [list of files] |
| i386 | 156.6 kB | 520 kB | [list of files] |
| ia64 | 208.7 kB | 800 kB | [list of files] |
| mips | 173.6 kB | 620 kB | [list of files] |
| mipsel | 172.7 kB | 620 kB | [list of files] |
| powerpc | 172.3 kB | 604 kB | [list of files] |
| s390 | 163.7 kB | 568 kB | [list of files] |
| sparc | 163.0 kB | 584 kB | [list of files] |