Dynamic memory checking

support for the ARM toolchain
Post Reply
phileee
Posts: 5
Joined: Mon Sep 22, 2008 4:05 pm

Dynamic memory checking

Post by phileee » Mon Nov 10, 2008 12:19 pm

Dear all,
I am currently investigating dynamic memory monitoring on my arm target. The application code is large, complicated, and uses a lot of memory allocations and deallocations using the "new" and "delete" operators. Does the compiler include any overloaded operators which might help me output debug information related to new and delete? or is there a simple method which can be used to keep a simple rolling total memory allocated. I am trying to avoid using a function my_new(size_t size) whcih then calls new, as this code is maintained by several people - hence wondering if the compiler provides anything.......
Any input gratefully received, thanks.

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests