tgc
Memory Garbage Collector
A tiny garbage collector for C that automatically frees unreachable memory allocations
A Tiny Garbage Collector for C
972 stars
18 watching
64 forks
Language: C
last commit: over 1 year ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| 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 |
| An implementation of the mark-sweep garbage collection algorithm in C. | 730 |
| Provides a GC profiler/logger and Object-Oriented Garbage Collection (OOGC) implementation for Ruby 2.1 | 255 |
| A library providing an interface to the Boehm-Demers-Weiser conservative garbage collector for use with Ada. | 6 |
| Provides APIs for managing object lifetimes and memory management in Common Lisp programs. | 44 |
| Tools for tracing and monitoring Ruby garbage collector activities | 306 |
| Automates removal of unused Docker objects | 102 |
| Memory allocation library for small, linear memory spaces | 777 |
| Collects metrics about garbage collector state in Common Lisp systems | 4 |
| A C++ library that streams memory bits to web clients via WebSocket connections | 95 |
| Tools to find and fix obscure bugs in C software | 613 |
| A 2D graphics library that generates pixel data without dependencies. | 1,905 |
| A library for creating efficient in-memory data buffers with minimal garbage collection overhead | 136 |
| A C-based color graphics library for embedded systems with support for various display controllers. | 269 |