Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to find the Memory leak in VC++ Code

Status
Not open for further replies.

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
 

+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...
 

you can use find some memory check programs or applications
 

Hi,

yu can try some tool as AQTime, Crash Validtor, MemoryValidator or Memproof to analyze memory during debug.
 

see MSDN
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top