Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 11 C memory-management Projects
-
memreduct
Lightweight real-time memory management application to monitor and clean system memory on your computer.
Project mention: Mem Reduct: Monitor and clean system memory on Windows | news.ycombinator.com | 2024-10-05 -
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
bdwgc
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
Project mention: Maxima in the browser using Embedded Common Lisp on WASM | news.ycombinator.com | 2025-01-28https://github.com/ivmai/bdwgc/issues/650
Most notably:
```
-
-
-
Project mention: Make Ubuntu packages 90% faster by rebuilding them | news.ycombinator.com | 2025-03-18
He is still missing profile guided optimizations (with his testcase), and bolt.
And in some/most cases -Os is faster than -O3
Boehm GC is usually slower than glibc with lots of allocs. MPS would be better, but needs lots of rewriting. https://github.com/Ravenbrook/mps
-
-
isoalloc
A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
C memory-management discussion
C memory-management related posts
-
Jank development update – Moving to LLVM IR
-
Mem Reduct: Monitor and clean system memory on Windows
-
Ask HN: Best compiler/interpreter books for hacking on Scheme?
-
Recently during games my cpu goes to 100% and i barely get 30fps on games that used to run at 60fps easily.
-
Very bored
-
🏆 Top C open source projects and contributors
-
C Code language help
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 19 Mar 2025
Index
What are some of the best open-source memory-management projects in C? This list will help you:
# | Project | Stars |
---|---|---|
1 | memreduct | 6,793 |
2 | bdwgc | 3,122 |
3 | VulkanMemoryAllocator | 2,779 |
4 | zpl | 1,006 |
5 | mps | 586 |
6 | cone | 532 |
7 | isoalloc | 372 |
8 | buddy_alloc | 172 |
9 | Memory-Allocators | 25 |
10 | c | 8 |
11 | mini_shell | 0 |