embeddedartistry / libmemory

Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
https://embeddedartistry.com
MIT License
216 stars 44 forks source link

libmemory readme improvements #75

Closed phillipjohnston closed 2 years ago

phillipjohnston commented 2 years ago

Address the readme holes documented in #71.

@stefanct - can you let me know what you think? suggestions are welcome.

phillipjohnston commented 2 years ago

I'm going to merge this, but please feel free to supply feedback here and I will address it in another commit.

bastisbytes commented 2 years ago

Your additional comments give a good overview about this library. The only aspect you may want to add is which implementation is the default one (afaict it is libmemory_freelist, since it is provided in the linkage example in the INSTALLATION file).

phillipjohnston commented 2 years ago

Thanks, done!