C++ malloc

Open-source C++ projects categorized as malloc

Top 7 C++ malloc Projects

  • snmalloc

    Message passing based allocator

  • 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
  • Hoard

    The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

  • Heap-Layers

    Heap Layers: An Extensible Memory Allocation Infrastructure

  • o1heap

    Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. There is very little activity because the project is finished and does not require further changes.

  • metamalloc

    Malloc as a single-header library which can also be used for local allocations. Linux & Windows. Repo also provides a live per-thread HTTP memory profiler as a separate single-header with no dependencies

    Project mention: Metamalloc: Single-header template based general purpose memory allocator lib | news.ycombinator.com | 2024-01-16
  • memorymanager

    A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of good virtual memory management, at the cost of wasting some memory. It works by globally overriding the new and delete operators.

  • RTSHA

    Real Time Safety Heap Allocator

    Project mention: Rtsha v1.0 | news.ycombinator.com | 2023-11-19
  • SaaSHub

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

    SaaSHub logo
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++ malloc discussion

Log in or Post with

C++ malloc related posts

  • Metamalloc: Single-header template based general purpose memory allocator lib

    1 project | news.ycombinator.com | 16 Jan 2024
  • Rtsha v1.0

    1 project | news.ycombinator.com | 19 Nov 2023
  • Real Time Safety Heap Allocator (Rtsha)

    1 project | news.ycombinator.com | 15 Nov 2023
  • Snmalloc: A Message Passing Allocator

    5 projects | news.ycombinator.com | 11 Oct 2023
  • How to manage a buffer containing objects of varying size? For sparse chunk loading/unloading

    2 projects | /r/opengl | 16 Jun 2023
  • How to manage a buffer containing objects of varying size? For sparse chunk loading/unloading

    1 project | /r/Cplusplus | 16 Jun 2023
  • How does one learn low latency programming?

    2 projects | /r/cpp_questions | 15 Mar 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 1 Nov 2024
    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 malloc projects in C++? This list will help you:

Project Stars
1 snmalloc 1,573
2 Hoard 1,099
3 Heap-Layers 383
4 o1heap 250
5 metamalloc 104
6 memorymanager 71
7 RTSHA 15

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 konow that C++ is
the 6th most popular programming language
based on number of metions?