You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() For MSP430 boards oneway-malloc is already used *if* `malloc.h` was included. The problem is that `malloc.h` is not a standard header, even though it is common. `stdlib.h` in the right place to look for `malloc()` and friends. This change removes this discrepancy. `malloc()` is just named like that, without the leading underscore. The symbols now are weak, which means that they won't override library functions if MSP's standard library will provide these functions at some point. (Unlikely, since using `malloc()` on tiny systems is less then optimal ...) Closes #1061 and #863. |
9 years ago | |
---|---|---|
.. | ||
include | 9 years ago | |
Makefile | 10 years ago | |
bitarithm.c | 9 years ago | |
cib.c | 9 years ago | |
clist.c | 9 years ago | |
doc.txt | 9 years ago | |
hwtimer.c | 9 years ago | |
kernel_init.c | 9 years ago | |
lifo.c | 9 years ago | |
msg.c | 9 years ago | |
mutex.c | 9 years ago | |
queue.c | 9 years ago | |
reboot.c | 9 years ago | |
sched.c | 9 years ago | |
thread.c | 9 years ago |