bdwgc

Garbage collector

A conservative garbage collector for C and C++ storage allocation

The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)

GitHub

3k stars
98 watching
408 forks
Language: C
last commit: almost 2 years ago
Linked from 3 awesome lists

cc-plus-pluscpluspluscppcross-platformgarbage-collectiongarbage-collectorgcleak-detectionlibrarymemory-allocationmemory-leak-detectionmemory-managementportable

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ytomino/boehmgc-adaA library providing an interface to the Boehm-Demers-Weiser conservative garbage collector for use with Ada.6
mkirchner/gcA conservative, thread-local garbage collector for C.1,217
bullno1/ugcA single-header incremental garbage collector library for managing heap memory in C programs.271
orangeduck/tgcA tiny garbage collector for C that automatically frees unreachable memory allocations972
40ants/prometheus-gcCollects metrics about garbage collector state in Common Lisp systems4
munificent/mark-sweepAn implementation of the mark-sweep garbage collection algorithm in C.730
pdacity/docker_gcAutomates removal of unused Docker objects102
richelbilderbeek/travis_gcc_cpp17A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler.21
thealgorithms/cA collection of algorithms implemented in C for educational purposes19,440
bgamari/ghc-debugEnables heap inspection and analysis of running Haskell programs from an external debugger61
hsutter/gcppLibrary providing an experimental deferred and unordered destruction mechanism916
draperlaboratory/llvm-cbeA resurrected and improved implementation of the LLVM C Backend in Groff, enabling compilation of programs written in various programming languages to native machine code.127
danmar/cppcheckAutomated code analysis tool for C and C++ code5,882
trivial-garbage/trivial-garbageProvides APIs for managing object lifetimes and memory management in Common Lisp programs.44
boomerangdecompiler/boomerangA decompiler tool for reverse-engineering machine code from various architectures and file formats.377