boehm_garbage_collector
Port variant threaded
Summary Garbage collection with posix thread support
Package version 8.2.12
Homepage https://github.com/ivmai/bdwgc/
Keywords devel
Maintainer nobody
License MIT
Other variants std | redirect
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 08 FEB 2026, 19:26:36 UTC
Port created 07 JUN 2017, 22:40:10 UTC
Subpackage Descriptions
set This is the boehm_garbage_collector:threaded metapackage. It pulls in all subpackages of boehm_garbage_collector:threaded.
primary 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 may be linked against either of these, and should run (with GC or leak detection) without change. C++ programs must include a header to use garbage collection, though leak detection should work without such source code modifications. See the man page and header files.
dev This is the developer subpackage of the boehm_garbage_collector:threaded port. It may contain headers, pc files, static and PIC libraries and SO links.
man This is the man page subpackage of the boehm_garbage_collector:threaded port.
Configuration Switches (platform-specific settings discarded)
REDIRECT OFF Enable malloc redirection support THREADED ON Enable posix thread support
Package Dependencies by Type
Build (only) libatomic_ops:dev:std
pkgconf:primary:std
cmake:primary:std
Build and Runtime libatomic_ops:primary:std
Runtime (only) ravensys-gcc:cxx_run:std (primary subpackage)
ravensys-gcc:libs:std (primary subpackage)
Download groups
main https://github.com/ivmai/bdwgc/releases/download/v8.2.12/
old http://www.hboehm.info/gc/gc_source/
Distribution File Information
42e5194ad06ab6ffb806c83eb99c03462b495d979cda782f3c72c08af833cd4e 1231996 gc-8.2.12.tar.gz
Ports that require boehm_garbage_collector:threaded
ecl:std ANSI Common Lisp implementation
gnucash:std Financial accounting software
guile:std GNU Ubiquitous Intelligent Language for Extensions