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.

Trace heap allocation

Hi

I'm using CCS6 for application development on Tiva4C Connected Launchpad. The programming language is C++ (so new calls malloc). Under the project options I enabled the heap so every dynamic memory allocation is redirected to "malloc" and "free" provided by TI runtime library.

How can I trace the pointer of the newly allocated memory (and maybe its size)? Is there any JTAG debugger option or defining some hook or whatever else...

Regards,

Norbert