tool for memory
-
I there I' new into dynamic programming and i have to write some code using OpenCV lib. I did my job until now, but my software doesn't reuse memory. My application use 4mb/sec from my RAM. How to check what part of my code consume so much memory? I'm using VS 2005 and my application is written in VC++ with OpenCV Edit/Delete Message
-
I there I' new into dynamic programming and i have to write some code using OpenCV lib. I did my job until now, but my software doesn't reuse memory. My application use 4mb/sec from my RAM. How to check what part of my code consume so much memory? I'm using VS 2005 and my application is written in VC++ with OpenCV Edit/Delete Message
If you want to find leak memory on your project see Visual Leak Detector[^] if else more info is helpfuls.