Test for memory leaks

G

Guest

VS 2005 / C#

I’m writing an application that uses COM interop heavily and also some
unsafe code. How can I test my app for memory leaks?
 
M

Michael Nemtsev

Hello cnickl,

Use profiles, such as Compuware DevPartnet Studio

c> VS 2005 / C#
c> I’m writing an application that uses COM interop heavily and also
c> some unsafe code. How can I test my app for memory leaks?
c>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
G

Guest

Is there different software out there? The only DevPartnet Studio I could
find is the professional edition for $4000. That’s a little bit above my
budget.
 
M

Michael Nemtsev

Hello cnickl,

You need "DevPartner Profiler Community Edition". It is free
http://www.compuware.com/products/d...er+Studio+Professional+Edition.&trk=200601-74

c> Is there different software out there? The only DevPartnet Studio I
c> could find is the professional edition for $4000. That’s a little bit
c> above my budget.
c>
c> "Michael Nemtsev" wrote:
c>---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
G

Guest

Thank you very much.

Michael Nemtsev said:
Hello cnickl,

You need "DevPartner Profiler Community Edition". It is free
http://www.compuware.com/products/d...er+Studio+Professional+Edition.&trk=200601-74

c> Is there different software out there? The only DevPartnet Studio I
c> could find is the professional edition for $4000. That’s a little bit
c> above my budget.
c>
c> "Michael Nemtsev" wrote:
c>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top