I have a question about heaps with dynamically created DSP/BIOS tasks - is there only one system heap, or does all information associated with a heap get created (and deleted) along with the task?
My application is one where I cannot guarantee that a dynamic task will free up all its memory on completion. So - will the deletion of the task, and then re-spawn protect me against memory leaks?