ARM Cortex-M Microcontroller startup files

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Sat May 2 02:17:56 PDT 2015


On Saturday, 2 May 2015 at 04:53:51 UTC, Jens Bauer wrote:
> Is it possible to write the malloc so it's "garbage 
> collector-friendly" ?

Garbage collection on microcontrollers doesn't make sense, 
because the memory consumption will always be significantly 
higher than with deterministic memory management.


More information about the Digitalmars-d mailing list