Re: Replacement MM for the Delphi IDE



Hi Hp,

> I started by accident D7 twice and did get a hugh list of memory leaks
> by closing the second D7.. is this normal ?

FastMM only does the leak checking when the IDE is running, so when you have
two Delphi's running and you shut one down it detects the other copy of
Delphi still running and the leak checking is performed. You can disable
that by commenting out the "EnableMemoryLeakChecking" option inside
FastMM4.pas and recompiling the DLL.

Regards,
Pierre


.



Relevant Pages

  • Re: how to interpret poolmon output, Proc tag.
    ... The Proc tag leaks at least in my case always when a new process ... starts (it does not restore itself after closing the process). ... scheduled manner, this leak accumulates faster. ...
    (microsoft.public.windowsxp.general)
  • Re: SybTcl Error
    ... The leak is in my code? ... Somewhere I'm not closing the DB proc then I ... Dang, ...
    (comp.lang.tcl)
  • Vinyl pool leak. Now or spring?
    ... We have an 18 y/o in ground pool with a 9 y/o liner that decided to ... develop a leak. ... are closing anyway for the winter. ...
    (alt.home.repair)
  • Re: Vinyl pool leak. Now or spring?
    ... Kurt Ullman wrote: ... are closing anyway for the winter. ... Any particular reason we can't wait until Spring and just change it when we open? ... Don't know for sure where the leak is. ...
    (alt.home.repair)
  • Re: FastMM4
    ... And perhaps the FastMM options and the project options you used? ... I've never been unable to get the lines/numbers, except with 3rd party units where neither sources nor debug dcus were supplied. ... A memory block has been leaked. ... Memory leak detail is logged to a text file in the same folder as this application. ...
    (borland.public.delphi.non-technical)

Loading