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 use Heap Track ?

Other Parts Discussed in Thread: SYSBIOS

Hey all,
I want to learn how to use Heap Track Feature of Sys/BIOS but i Couldn't found any good documentation on it.

I tried the following :-

var BIOS = xdc.useModule('ti.sysbios.BIOS');
BIOS.heapTrackEnabled = true;

But didn't helped me much.
I want to keep track of all the memory ( heapBuf or heapMultiBuf ) so how should i do that ??