Embedded Artistry libmemory

Following the tradition of Apple Open Source, I have decided to organize my malloc implementations into a standalone library: libmemory.

This repository will track various malloc implementations as I develop them. The repository will also be home to any specialized allocators like aligned_malloc. libmemory can be built as a standalone library, or you can select the specific allocator source to import into your project.

This library will be growing over time. If you are looking for specific support, please file an issue or a pull request!

You can find the libmemory repository on Github.. libmemory is also listed on the Embedded Artistry Github organization page.

Share Your Thoughts

This site uses Akismet to reduce spam. Learn how your comment data is processed.