| View previous topic :: View next topic |
| Author |
Message |
Peter S. Guest
|
Posted: Fri Jul 22, 2005 8:20 am Post subject: Detect memory leaks |
|
|
Hello all,
Is there any free tool for detecting memory leaks in Delphi 6?
TIA
|
|
| Back to top |
|
 |
Francois Malan Guest
|
Posted: Fri Jul 22, 2005 8:25 am Post subject: Re: Detect memory leaks |
|
|
Peter S. wrote:
| Quote: | Hello all,
Is there any free tool for detecting memory leaks in Delphi 6?
TIA
|
Use Pierre le Riche's FastMM4 replacement memory manager in Full Debug
mode.
http://fastmm.sourceforge.net
|
|
| Back to top |
|
 |
Alex Zencovich Guest
|
Posted: Fri Jul 22, 2005 8:42 am Post subject: Re: Detect memory leaks |
|
|
Hi,
You may try to use free MemCheck by Vincent Mahon
http://v.mahon.free.fr/pro/freeware/memcheck
Alex
"Peter S." <peter (AT) hotmail (DOT) com> wrote
| Quote: | Hello all,
Is there any free tool for detecting memory leaks in Delphi 6?
TIA
|
|
|
| Back to top |
|
 |
Francois Malan Guest
|
Posted: Fri Jul 22, 2005 1:15 pm Post subject: Re: Detect memory leaks |
|
|
Jason wrote:
| Quote: | Any difference in performance/stability between NexusMM and FastMM ?
"Francois Malan" <francoism (AT) nospam (DOT) removethistoo.octagon.co.za> wrote
in message news:42e0ad96 (AT) newsgroups (DOT) borland.com...
Peter S. wrote:
Hello all,
Is there any free tool for detecting memory leaks in Delphi 6?
TIA
Use Pierre le Riche's FastMM4 replacement memory manager in Full
Debug mode.
http://fastmm.sourceforge.net
|
MM performance is a complex issue. It depends on the nature and type of
application. Head over to borland.public.language.delphi to see the
current status of the Memory Manager challenge. In my personal
experience I got very good results with FastMM (plus it is free).
Pierre did a lot of reasearch and so did Robert Houdart (author of
BucketMem) and the other reputable people with their respective memory
managers and the results show in their products. Not saying NexusMM is
not any good. Can't say - haven't used it. Maybe best is to go to the
Fastcode homepage and download the latest version of the Memory Manager
B&V tool and run your own comparisson.
|
|
| Back to top |
|
 |
Francois Malan Guest
|
Posted: Fri Jul 22, 2005 1:37 pm Post subject: Re: Detect memory leaks |
|
|
Francois Malan wrote:
| Quote: | of application. Head over to borland.public.language.delphi to see the
|
Sorry, make that borland.public.language.delphi.basm
|
|
| Back to top |
|
 |
Jason Guest
|
Posted: Sat Jul 23, 2005 12:51 pm Post subject: Re: Detect memory leaks |
|
|
Any difference in performance/stability between NexusMM and FastMM ?
"Francois Malan" <francoism (AT) nospam (DOT) removethistoo.octagon.co.za> wrote in
message news:42e0ad96 (AT) newsgroups (DOT) borland.com...
| Quote: | Peter S. wrote:
Hello all,
Is there any free tool for detecting memory leaks in Delphi 6?
TIA
Use Pierre le Riche's FastMM4 replacement memory manager in Full Debug
mode.
http://fastmm.sourceforge.net
|
|
|
| Back to top |
|
 |
|