How we can findout Memoryleaks, In what way it can be
avoided

Answers were Sorted based on User's Feedback



How we can findout Memoryleaks, In what way it can be avoided..

Answer / guest

Use CMemoryState class put checkpoints and differences, and
investigate

Is This Answer Correct ?    11 Yes 1 No

How we can findout Memoryleaks, In what way it can be avoided..

Answer / chandrasekharreddy s

To find out the memory leaks there are several ways
1. Use Permon utility provided by Microsoft
2. Collect the memory leak dump using Debug Diag and
investigate.

Is This Answer Correct ?    5 Yes 1 No

How we can findout Memoryleaks, In what way it can be avoided..

Answer / bhavesh akoliya

By overloading new , delete , malloc , calloc and realloc
we can find out the Memoryleaks.

Is This Answer Correct ?    2 Yes 0 No

How we can findout Memoryleaks, In what way it can be avoided..

Answer / kushagra

The appropiate way to chec leaks in memory is to perform
utilty and collect memory leaks dump using Debug Diag and
Use CMemoryState class put checkpoints and differences, and
investigate.Rational products are available on Liscence so
an be used if agreed by your employer.

Is This Answer Correct ?    2 Yes 1 No

How we can findout Memoryleaks, In what way it can be avoided..

Answer / jecintho sirumalar

to detect the memory leaks in the vc++ code certain tools
available like rational purify plus tool.By intergrating
this tool with your source code the leakage report would be
identified. It will also be very easy to identify the
leaks.

Is This Answer Correct ?    1 Yes 2 No

How we can findout Memoryleaks, In what way it can be avoided..

Answer / bala

I have used LeakDiag to identify the memory leak.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More MFC Interview Questions

What is the use of CObject::Dump function ?

4 Answers  


How do I create a dialog box in mfc?

0 Answers  


What is socket?

3 Answers  


what is the component of CLR ?

8 Answers   AZTEC, Symphony,


Given two processes, how can they share memory?

2 Answers   Microsoft,






How can i implement the dynamic menus in MFC plz give the code

2 Answers  


How many types of dialog box are their

10 Answers   Honeywell,


how does the UIThread and worker thread communicates and handle events

2 Answers   HCL,


if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first

10 Answers   Siemens, Symphony,


What is a message map, and what is the advantage of a message map over virtual functions?

1 Answers  


What is userdefine Messages in MFC?

1 Answers   HCL,


What is the initial function to be called in MFC and what it will do

11 Answers   Infosys,


Categories