This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH newlib]An alternative implementation of malloc family's functions with small foot-print



> -----Original Message-----
> From: newlib-owner@sourceware.org [mailto:newlib-owner@sourceware.org] On
> Behalf Of Freddie Chopin
> Sent: Monday, May 13, 2013 4:24 PM
> To: newlib@sourceware.org
> Subject: Re: [PATCH newlib]An alternative implementation of malloc
family's
> functions with small foot-print
> 
> W dniu 2013-05-13 09:41, Bin Cheng pisze:
> > Any comments will be highly appreciated.
> 
> It would be nice if lock/unlock support was NOT disabled - MCUs use RTOSes
and
> locking is a must in such scenario.
> 

Atomic operations are disabled by default because we haven't got the chance
to test it with multi-thread RTOS, I think it would be trivial changes to
enable it.

Thanks.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]