With the latest version of WinAVR (2009-03-13), my malloc(calloc) calls always return a null pointer. I found that there seems to be 3 added lines to the malloc function which cause my requests to be denied. Is there any documentation as to what changed, or if anyone could provide insight into this?
I suspect that it has something to do because I use the calls within an AVRX task (although they work fine with WinAVR20081221). If I use the call outside the task it allocates the memory, however it would be very impractical to use for my application. -- View this message in context: http://www.nabble.com/malloc-changes-tp22982993p22982993.html Sent from the AVR - Libc - Dev mailing list archive at Nabble.com. _______________________________________________ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-libc-dev