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.

stack/heap information

You know the stack used info provided by the codec engine in the trace output? (see example:)

@12,027,596us: [+5 T:0x4001cf50] CE - Engine_deleteNode(0x4a850): algName = vqm_results, algHandle = 0xc25fad20, stack size = 100000, stack used = 4027(5%)

Is it possible to get similar information about other tasks? I've put calls in to TSK_checkstacks, but it doesn't let me know how close things are to overflowing.

Also, is there some function that could give me similar heap info?

Since I'm running on LInux, my debug info comes from the trace output.