Memory-Allocators
memory-allocators
Memory-Allocators | memory-allocators | |
---|---|---|
1 | 2 | |
23 | 1,727 | |
- | - | |
4.9 | 0.0 | |
about 1 year ago | 5 months 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
-
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:)
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
What are some alternatives?
allocator - Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"
Hoard - The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
c-allocators - A collection of public domain single-file custom allocators for C/C++
memory - STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
Arenas - Unmanaged arena memory allocators for C#/CSharp with easy interactions between managed and unmanaged references
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.
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.