Hello,
Which command can be used to find how much memory a runing program occupies? Also how can i detect a memory leak?
Thanks.
http://www.experts-exchange.com/OS/Unix/Q_10146733.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10195358.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_11777518.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_11967518.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20085469.htm...
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.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20121853.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_20134945.htm...
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20468153.htm...
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
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20764084.html
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...
http://www.experts-exchange.com/Programming/Misc/Q_20766753.html
Zones:
ProgrammingDate Answered: 10/16/2003 Grade: C Views: 0