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 difference between compiling and building?

1 Answers  


List out the basic features of MFC.

4 Answers   Mphasis,


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 are the feauters of CObject

4 Answers   Siemens, Wipro,


What is the base class for MFC Framework ?

4 Answers  






If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,


how do u identify RTTI in vc++

4 Answers   Siemens,


What are the types of button controls?

10 Answers  


What is the use of CCmdTarget ?

4 Answers  


How to handle dynamic menus in MFC?

3 Answers   HCL,


what is message loop how mfc does it internally?

4 Answers   Aspire,


Types of DLL's

11 Answers   Invensys,


Categories