Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / November 2006

Tip: Looking for answers? Try searching our database.

Memory Leak

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Trev - 23 Nov 2006 16:59 GMT
Is the file "Microsoft Visual Studio .NET 2003\VC7\INCLUDE\crtdbg.h"
(specifically, the new operators) used in any way, shape or form in C#
? I am involved in writing an app that uses managed C++ and C# and I'd
just like to verify that the memory leaks we're getting aren't
connected with the C# side of things. I know the Garbage Collector is
supposed to stop memory leaks, but I am stumped.
Mattias Sjögren - 23 Nov 2006 17:34 GMT
>Is the file "Microsoft Visual Studio .NET 2003\VC7\INCLUDE\crtdbg.h"
>(specifically, the new operators) used in any way, shape or form in C#?

No

Mattias

Signature

Mattias Sjögren [C# MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Kevin Spencer - 23 Nov 2006 17:49 GMT
First, header files are not used by C#, so your first assumption is correct.
However, your second assumption is *not* correct. Garbage Collection
*minimizes the possibility* of memory leaks, but they are still entirely
possible. For example, some managed classes encapsulate or use unmanaged
resources, and implement the IDisposable interface. These should always be
disposed. There are some other cases in which memory leaks can result as
well.

Signature

HTH,

Kevin Spencer
Microsoft MVP
Ministry of Software Development
http://unclechutney.blogspot.com

Never trust a dunderhead with a blunderbuss.

> Is the file "Microsoft Visual Studio .NET 2003\VC7\INCLUDE\crtdbg.h"
> (specifically, the new operators) used in any way, shape or form in C#
> ? I am involved in writing an app that uses managed C++ and C# and I'd
> just like to verify that the memory leaks we're getting aren't
> connected with the C# side of things. I know the Garbage Collector is
> supposed to stop memory leaks, but I am stumped.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.