C memory-management

Open-source C projects categorized as memory-management

Top 11 C memory-management Projects

memory-management
  1. 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
  2. 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.

    CodeRabbit logo
  3. 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-28

    https://github.com/ivmai/bdwgc/issues/650

    Most notably:

    ```

  4. VulkanMemoryAllocator

    Easy to integrate Vulkan memory allocation library

  5. zpl

    📐 Pushing the boundaries of simplicity

  6. mps

    The Memory Pool System (by Ravenbrook)

    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

  7. cone

    Cone Programming Language

  8. isoalloc

    A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. buddy_alloc

    A single header buddy memory allocator for C & C++

  11. Memory-Allocators

    A set of custom memory allocators (by pavlosdais)

  12. c

    Visual Studio Code C/C++ development (by default-writer)

  13. mini_shell

    Mini shell made in C for Linux using GNU Readline Library

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C memory-management discussion

Log in or Post with

C memory-management related posts

  • Jank development update – Moving to LLVM IR

    2 projects | news.ycombinator.com | 17 Oct 2024
  • Mem Reduct: Monitor and clean system memory on Windows

    1 project | news.ycombinator.com | 5 Oct 2024
  • Ask HN: Best compiler/interpreter books for hacking on Scheme?

    2 projects | news.ycombinator.com | 19 Jul 2023
  • Recently during games my cpu goes to 100% and i barely get 30fps on games that used to run at 60fps easily.

    1 project | /r/nvidia | 18 Jul 2023
  • Very bored

    1 project | /r/cprogramming | 11 Jul 2023
  • 🏆 Top C open source projects and contributors

    1 project | /r/C_Programming | 2 Jul 2023
  • C Code language help

    1 project | /r/cprogramming | 30 Jun 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 19 Mar 2025
    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 →

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

Sponsored
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.
coderabbit.ai

Did you know that C is
the 6th most popular programming language
based on number of references?