umm_malloc
umm_malloc copied to clipboard
a memory allocator for embedded systems (microcontrollers)
fix issue mentioned in #1 by @almania
Hi Dmitry, Is there a way to get around the following error (without suppressing warnings in the compiler)? ``` CC app/umm_malloc.c app/umm_malloc.c: In function 'umm_free': app/umm_malloc.c:799:12: error: pointer of type...
I am the original author of `umm_malloc`, and for fun I did a search on where it was being used and came upon your site. Thanks for the kind words...