C++ malloc

Open-source C++ projects categorized as malloc

Top 6 C++ malloc Projects

  1. snmalloc

    Message passing based allocator

    Project mention: Hardening Snmalloc | news.ycombinator.com | 2024-11-21
  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. Hoard

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

  4. Heap-Layers

    Heap Layers: An Extensible Memory Allocation Infrastructure

  5. o1heap

    Constant-complexity, deterministic, very fast memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈165 cycles on Cortex M4. There is little activity because the project is finished and does not require further changes.

  6. 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.

  7. RTSHA

    Real Time Safety Heap Allocator

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

  • Google Pixel 4a old firmware is gone, trapping users on the buggy battery update

    4 projects | news.ycombinator.com | 29 Jan 2025
  • Hardening Snmalloc

    1 project | news.ycombinator.com | 21 Nov 2024
  • 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
  • A note from our sponsor - JetBrains
    surveys.jetbrains.com | 1 Sep 2025
    Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes! 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,718
2 Hoard 1,170
3 Heap-Layers 400
4 o1heap 341
5 memorymanager 79
6 RTSHA 19

Sponsored
Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com

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