A set of custom memory allocators
-
Updated
Aug 25, 2023 - C
A set of custom memory allocators
This is the custom implementation of function malloc for embedded systems, that defragmentate memory after using it. Good solution when you need to allocate memory dynamically, but memory fragmentation is the problem.
Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"
🎓 Implementation different basic allocators for manual memory management in C language. You can use it like a library for your goals.
Add a description, image, and links to the custom-allocator topic page so that developers can more easily learn about it.
To associate your repository with the custom-allocator topic, visit your repo's landing page and select "manage topics."