|
-
May 25th, 2005, 01:35 PM
#5
Re: Testing for memory leaks
Strictly speaking, letting objects lying around unused isn't a memory leak, just sloppy programming. Like wossname has indicated, memory leaks are not possible in .Net - however that doesn't mean that the garbage collector acts in ways that make sense (well, common sense anyway ).
There are several utilities that you can use to profile .Net apps (out of the top of my head I would recommend CLR Profiler). Also, take a look at the performance monitor, there are a bunch of .Net counters that involve memory metrics.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|