in freeRTOS, I enable the configUSE_NEWLIB_REENTRANT to 1 and also I am using the heap4.c but i have some queries about.
- what is the difference between heap4 and newlib?
- why heap4 and why not newlib?
- why newlib and why not heap4?
- which one is to be preferred?
- can we use both heap4 and newlib?
thank you.