ARM Cortex-M Microcontroller startup files
Martin Nowak via Digitalmars-d
digitalmars-d at puremagic.com
Sun May 3 08:09:12 PDT 2015
On Sunday, 3 May 2015 at 01:57:45 UTC, Jens Bauer wrote:
> I'll not be working much on a malloc, but I will be thinking a
> little about a size-optimized / well-performing malloc could be
> written (approximately).
> Perhaps I could combine my MiniMalloc with clusters of small
> blocks.
Newlib already ships with a size optimized malloc.
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=blob;f=newlib/libc/stdlib/nano-mallocr.c;h=8d6ca5ce05a89853e40f80b583f0680a77bd4b67
More information about the Digitalmars-d
mailing list