Hi,

i am new to C programming, and want to advice you in general about good tips in order to port C code in small processors like MIPS.

for example what is a good practice in order to replace functions like malloc?

Also , is there any easy way to monitor if the program exceeds the available memory during runtime?