Board index » delphi » Checking Memory usage

Checking Memory usage


2004-02-23 05:29:42 AM
delphi125
I seem to be having some problem with memory leaks (well, according to the
task manager) and i was wondering, is there a way to show what the computer
is currently storing memory about exactly, so i know where the problems are?
Sorry if this is the wrong forum, couldnt see one exactly for my question.
-Steve
 
 

Re:Checking Memory usage

On 22 Feb 2004, "Steve" <XXXX@XXXXX.COM>writes:
Quote
I seem to be having some problem with memory leaks (well, according to
the task manager) and i was wondering, is there a way to show what the
computer is currently storing memory about exactly, so i know where
the problems are? Sorry if this is the wrong forum, couldnt see one
exactly for my question.
The task manager is not a great way to detect memory leaks. You'd be
better off using one of the commercial or freeware memory leak detectors
available for Delphi.
--
-Mike (TeamB)
 

Re:Checking Memory usage

Can you recommend anything?
I prefer not to download random things Google finds.
 

Re:Checking Memory usage

On 23 Feb 2004, "Steve" <XXXX@XXXXX.COM>writes:
Quote
Can you recommend anything?
I prefer not to download random things Google finds.
Assuming you're only looking for something that is free:
www.automatedqa.com/products/memproof.asp
If you're willing to pay, try this:
www.automatedqa.com/products/aqtime.asp
--
-Mike (TeamB)