Description
Garbage-collected memory management can be added to Windows-targeted C and C++ programs through the Boehm-Demers-Weiser collector. This package is useful for language runtimes, interpreters, and applications that need conservative GC.
It is a runtime library, not a memory-debugging app. Garbage collection changes performance and lifetime behavior, so test real workloads before relying on it.