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

how can u change button shape at run time

3 Answers   Samsung,


1)How to change a text of a button as Dynamically?

1 Answers   HCL,


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

4 Answers   Satyam,


What four types of properties are supported by an ActiveX control?

1 Answers  


Differ GetMessage, PostMessage & PeakMessage?

4 Answers   Symphony,






What is serialization ?which function is responsible for serializing data ?

5 Answers  


What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?

2 Answers   Patni,


What is the difference between Synchronous sockets and asynchronous sockets?

2 Answers  


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


What is mfc class hierarchy?

0 Answers  


what is the use of CCmdTarget?

4 Answers   Siemens,


Categories