Top 3 C++ memory-manager Projects
-
Hoard
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
-
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!
-
-
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.
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-manager discussion
C++ memory-manager related posts
Index
What are some of the best open-source memory-manager projects in C++? This list will help you:
# | Project | Stars |
---|---|---|
1 | Hoard | 1,170 |
2 | Heap-Layers | 400 |
3 | memorymanager | 79 |