This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to trace BIOS heap leak and find where leak?

Other Parts Discussed in Thread: SYSBIOS

Hi,all:

I use TI SYSBIOS 6 in my application.Now I found BIOS heap would be used up so that

c6678 core became crashed.So I guess the heap must leak somewhere.

But I don't know where have leaked ? Is there an efficient method or way to trace or locate

where produce heap leak in my application. Thanks!

I use Memory_getStatus() to get the BIOS heap size in realtime.But I think it's not a smart or

clever way . that 's like finding hen 's teeth.  Who can help me ?