memory-allocators
Memory-Allocators
memory-allocators | Memory-Allocators | |
---|---|---|
2 | 1 | |
1,712 | 23 | |
- | - | |
0.0 | 4.9 | |
4 months ago | about 1 year ago | |
C++ | C | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
memory-allocators
-
Books to better understand memory allocation.
Read up on Custom Allocator Strategies GitHub - mtrebi/memory-allocators: Custom memory allocators in C++ to improve the performance of dynamic memory allocation
- A nice collection of C++ based memory Allocators with detailed documentation
Memory-Allocators
-
Memory Allocators
Hey everyone! I recently created some memory allocators as a part of a mini-project. It's primarily made for educational purposes on this topic but if anyone is interested in using them and/or providing feedback here is a link to the repository. Thank you:)
What are some alternatives?
Hoard - The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
allocator - Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"
memory - STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
c-allocators - A collection of public domain single-file custom allocators for C/C++
rmm - RAPIDS Memory Manager
buddy_alloc - A single header buddy memory allocator for C & C++
mlaas - Simply the best way to instill a sense of urgency within your engineering team.
Arenas - Unmanaged arena memory allocators for C#/CSharp with easy interactions between managed and unmanaged references
sanitizers - AddressSanitizer, ThreadSanitizer, MemorySanitizer
hardened_malloc - Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.