ports

devel/boehm-gc,-main

boehm-gc-7.6.0p2 – garbage collection and memory leak detection for C and C++

Description

The Boehm-Weiser garbage collection package, for C and C++ -
garbage collection and memory leak detection libraries.

A garbage collector is something which automatically frees malloc'd
memory for you by working out what parts of memory your program
no longer has pointers to. As a result, garbage collectors can also
inform you of memory leaks (if they find memory they can free, it means
you have lost all of your pointers to it, but you didn't free it).

C programs should run without change. C++ programs must include a header
to use garbage collection. See the man page and header files.

WWW: http://hboehm.info/gc/

Multi-packages
libatomic_ops-7.4.4p2 boehm-gc-7.6.0p2
Only for arches
aarch64 alpha alpha amd64 amd64 arm arm hppa hppa i386 i386 mips64 mips64 mips64el mips64el powerpc powerpc sh sparc64 sparc64
Not for arches
m88k
Categories:
devel

Library dependencies

None

Build dependencies

None

Run dependencies

None