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 7 C++ malloc Projects
-
-
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.
-
Hoard
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
-
-
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.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C++ malloc discussion
C++ malloc related posts
-
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
-
How to manage a buffer containing objects of varying size? For sparse chunk loading/unloading
-
How does one learn low latency programming?
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 1 Nov 2024
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 |