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)
3k stars
98 watching
408 forks
Language: C
last commit: 2 months ago
Linked from 3 awesome lists
cc-plus-pluscpluspluscppcross-platformgarbage-collectiongarbage-collectorgcleak-detectionlibrarymemory-allocationmemory-leak-detectionmemory-managementportable
Related projects:
Repository | Description | Stars |
---|---|---|
| A library providing an interface to the Boehm-Demers-Weiser conservative garbage collector for use with Ada. | 6 |
| A conservative, thread-local garbage collector for C. | 1,217 |
| A single-header incremental garbage collector library for managing heap memory in C programs. | 271 |
| A tiny garbage collector for C that automatically frees unreachable memory allocations | 972 |
| Collects metrics about garbage collector state in Common Lisp systems | 4 |
| An implementation of the mark-sweep garbage collection algorithm in C. | 730 |
| Automates removal of unused Docker objects | 102 |
| A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. | 21 |
| A collection of algorithms implemented in C for educational purposes | 19,440 |
| Enables heap inspection and analysis of running Haskell programs from an external debugger | 61 |
| Library providing an experimental deferred and unordered destruction mechanism | 916 |
| A 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 |
| Automated code analysis tool for C and C++ code | 5,882 |
| Provides APIs for managing object lifetimes and memory management in Common Lisp programs. | 44 |
| A decompiler tool for reverse-engineering machine code from various architectures and file formats. | 377 |