Re: FastMM4
"Ben Taylor [Team Indy]" <to_ben@xxxxxxxxx> wrote in message
news:42c2beef$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> I've found that FastMM will pick up memory leaks in
> initialization/finalization sections that MemCheck can miss..
Ah... I wouldn't be surprised by that indeed, since MemCheck doesn't require
to be the first unit listed in the uses clause. Hmm, ok, I guess I will have
to investigate that a bit further, even though I don't personally use
TCriticalSection, but maybe that one of my 3rd party components does...
Cheers, Alan.
.
Relevant Pages
- Memory Leak Tools for Delphi 2006
... I'd like to use either MemCheck, or FastMM to fix memory leaks in my Delphi 2006 code. ... (borland.public.delphi.thirdpartytools.general) - (Fast) MM, JclDebug, MemCheck, MemProof and Memory Leaks detection
... Do you think it could be possible to use JclDebug infos within FastCode MemoryManager (especially FastMM since it already includes MemLeakTracking code) to help finding memory leaks without having to use MemProof? ... under Delphi 2005 FastMM4 detects a memory leak I can't find with MemCheck... ... "Vous avez raison, Monsieur, chacun de nous combat ... (borland.public.delphi.language.basm) - Re: Memory leak detector
... MemCheck will help you.. ... Good Luck! ... Daniel Alvarez ... > Anyone knows a good program to find where the memory leaks are? ... (borland.public.delphi.thirdpartytools.general) - Re: FastMM4
... use MemCheck to track memory leaks and it doesn't report anything to me. ... (borland.public.delphi.language.basm) - Re: Reading Memcheck log
... i wouldnt use memcheck any more, ... I'm still trying to dope out fastmm. ... It seems to do a lot more than memcheck. ... Madexcept doesn't fire for this. ... (borland.public.delphi.thirdpartytools.general) |
|