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 →
Top 6 C++ malloc Projects
-
-
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!
-
Hoard
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
-
-
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.
-
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.
-
C++ malloc discussion
C++ malloc related posts
-
Google Pixel 4a old firmware is gone, trapping users on the buggy battery update
-
Hardening Snmalloc
-
Metamalloc: Single-header template based general purpose memory allocator lib
-
Rtsha v1.0
-
Real Time Safety Heap Allocator (Rtsha)
-
Snmalloc: A Message Passing Allocator
-
How to manage a buffer containing objects of varying size? For sparse chunk loading/unloading
-
A note from our sponsor - JetBrains
surveys.jetbrains.com | 1 Sep 2025
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 |