I have an application where there is a need to dynamically allocate memory but not a need to free that memory. Is there a way in DSP/BIOS to eliminate much of the overhead (in RAM usage and execution time) in MEM_alloc in this situation?
This is a C28x application using an older version of the compiler and DSP/BIOS but updating to newer tools is OK.
Thanks,
Dave