Boehm-Demers-Weiser conservative GC

E700430

Boehm-Demers-Weiser conservative GC is a widely used garbage collection library for C and C++ programs that performs automatic memory management without requiring precise type information.

All labels observed (4)

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf automatic memory management system ⓘ
conservative garbage collector ⓘ
garbage collection library ⓘ
software library ⓘ
advantage can be added to existing codebases ⓘ
no need to modify C compiler ⓘ
alsoKnownAs BDW GC ⓘ
Boehm GC ⓘ
Boehm-Demers-Weiser garbage collector ⓘ
canBeUsedAs malloc replacement ⓘ
category C programming language library ⓘ
C++ programming language library ⓘ
memory management library ⓘ
collectionStrategy conservative root finding ⓘ
mark-and-sweep ⓘ
stop-the-world ⓘ
designedForLanguage C ⓘ
C++ ⓘ
distributionForm source code ⓘ
implements automatic memory reclamation ⓘ
garbage collection ⓘ
license permissive free software license ⓘ
limitation may retain memory for non-pointer data that looks like pointers ⓘ
memoryModel conservative pointer identification ⓘ
originatedBy Alan J. Demers ⓘ
Hans-J. Boehm ⓘ
Mark Weiser ⓘ
providesFunction GC_FREE ⓘ
GC_INIT ⓘ
GC_MALLOC ⓘ
GC_gcollect ⓘ
requires no precise type information ⓘ
supports disappearing links ⓘ
explicit deallocation API ⓘ
finalizers ⓘ
incremental collection ⓘ
threaded programs ⓘ
weak pointers ⓘ
supportsLanguage C ⓘ
C++ ⓘ
targetPlatform Unix-like systems ⓘ
Windows ⓘ
multiple architectures ⓘ
typicalUseCase adding garbage collection to existing C programs ⓘ
adding garbage collection to existing C++ programs ⓘ
usedIn production C software ⓘ
production C++ software ⓘ
research prototypes ⓘ
website https://www.hboehm.info/gc/ ⓘ

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

Mono runtime → previousGarbageCollector → Boehm-Demers-Weiser conservative GC ⓘ
SGen → replaces → Boehm garbage collector in Mono ⓘ
linked to: Boehm-Demers-Weiser conservative GC
Boehm-Demers-Weiser conservative GC → alsoKnownAs → Boehm GC ⓘ
linked to: Boehm-Demers-Weiser conservative GC
Boehm-Demers-Weiser conservative GC → alsoKnownAs → Boehm-Demers-Weiser garbage collector ⓘ
linked to: Boehm-Demers-Weiser conservative GC