Advertisement

1 - 10 of 491 containing alltags:("leak") (0.001 seconds)
Hello, Which command can be used to find how much memory a runing program occupies? Also how can i detect a memory leak? Thanks.
Zones: UnixDate Answered: 04/06/1999 Grade: A Views: 0
Hi, I have the following code, but it has a memory leak. Can anyone please tell me how to fix this:   with Datos.Query1 do   begin     First;     while not EOF do     begin       Raw_Data := Dato...
Zones: Delphi ProgrammingDate Answered: 03/16/2002 Grade: A Views: 0
I recently upgraded the XML parser on our web server (IIS 5) to use msxml3.dll. However, I continue to notice that the memory fails to release after the application files which use the parser run...
Zones: XMLDate Answered: 11/08/2000 Grade: B Views: 0
I copied some code from DirectX-documentation - and changed it a little bit. My task is to establish a programm which can play multimedia-files thousands of times. And this is one of my reliability...
Zones: Windows ProgrammingDate Answered: 06/11/2001 Grade: B Views: 0
Hi, I have a case where I have a crash in code in the Released mode but not in Debug mode. I'm using DevStudio, VC++6. I suspect a memory leak but it is hard to find without being able to use de...
Zones: Windows MFCDate Answered: 03/08/2001 Grade: B Views: 8
i'm Given With a Service in C++ and have been asked to find the memmory leaks.What should be my approach.Do we have any tools to check for memmory leaks.
Zones: C++, Microsoft Visual C++Date Answered: 09/04/2001 Grade: B Views: 0
hi, im using win 2k, and asp pages, in a web site. the problem is that dllhost.exe take a lot of memory and doesnt free it. And I have to restart the server after two days of use. Does anyone...
Zones: Windows 2000Date Answered: 02/03/2003 Grade: B Views: 4
Hi all,  I wrote a function to display directory contents recusively. But after running this the server becomes damn slow it never releases the used memory.  This is the below code.. please ...
Zones: PHPDate Answered: 06/19/2003 Grade: B Views: 0
Is MyObject destroyed in this scenario: function GetResults:TMyObject; begin        Result := TMyObject.Create(nil); end; procedure UseAndDestroyObject; var     myObj:TMyObject; begin ...
Zones: Delphi ProgrammingDate Answered: 10/14/2003 Grade: A Views: 0
I want to test a Windows game and see if there are any memory leaks during/after running it. I do not have the source code for this so I need some sort of a program to run in the background to reco...
Zones: ProgrammingDate Answered: 10/16/2003 Grade: C Views: 0