Mar 5, 2007 #1 A Augustin_gandhi Newbie level 4 Joined Feb 26, 2007 Messages 7 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,322 aqtime crt memory leak Hi Everybody!!! I have some VC++ code, But it has memory leak (i.e It heap size would over run quickly ) The code just read the data from the com port and write it in the text file... Give me some hints to analyse the memory leak..... Thanks & Regards, Augustin.A
aqtime crt memory leak Hi Everybody!!! I have some VC++ code, But it has memory leak (i.e It heap size would over run quickly ) The code just read the data from the com port and write it in the text file... Give me some hints to analyse the memory leak..... Thanks & Regards, Augustin.A
Mar 5, 2007 #2 V vsmGuy Advanced Member level 2 Joined Jun 26, 2006 Messages 503 Helped 44 Reputation 88 Reaction score 15 Trophy points 1,298 Location VddVss Activity points 3,882 +how +find +memory +leak +vc++ VC++ has host of crt* functions.. see MSDN. You can also try uploading the workspace for us so that we can see where the problem is...
+how +find +memory +leak +vc++ VC++ has host of crt* functions.. see MSDN. You can also try uploading the workspace for us so that we can see where the problem is...
Mar 8, 2007 #3 A arunnandhakumar Junior Member level 1 Joined Jun 3, 2005 Messages 18 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,425 you can use find some memory check programs or applications
Mar 16, 2007 #4 G GianlucaG Newbie level 3 Joined Mar 16, 2007 Messages 3 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,299 Hi, yu can try some tool as AQTime, Crash Validtor, MemoryValidator or Memproof to analyze memory during debug.
Hi, yu can try some tool as AQTime, Crash Validtor, MemoryValidator or Memproof to analyze memory during debug.
Mar 16, 2007 #5 P papu Banned Joined Feb 15, 2006 Messages 23 Helped 2 Reputation 4 Reaction score 1 Trophy points 1,283 Activity points 0 see MSDN