Skip to main content
mathilde
Visitor II
March 3, 2015
Question

Memory usage monitoring

  • March 3, 2015
  • 1 reply
  • 572 views
Posted on March 03, 2015 at 16:41

I would like to monitor the memory usage in my microcontroller. The purpose is to verify that there is no memory leak after a certain time. Is there a way to do this in debug mode or with an existing function?

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    March 3, 2015
    Posted on March 03, 2015 at 17:15

    Personally I just wrap malloc/free, tracking what happens there and also look for orphans and walk the heap.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..