Re: Fastcode MM memory usage
- From: "Pierre le Riche" <pleriche@xxxxxxxxxxx>
- Date: Tue, 7 Jun 2005 22:31:17 +0200
Hi Pierre,
> I fwould prefer if memory leaks report show up only when {$IFOPT D+} is
> set.
Good suggestion. I have implemented this as you suggested by extending the
options as follows:
{Set this option to enable reporting of memory leaks. Combine it with the
two
options below for further fine-tuning.}
{$define EnableMemoryLeakReporting}
{Set this option to require the presence of the Delphi IDE to report memory
leaks. This option has no effect if the option "EnableMemoryLeakReporting"
is not
also set.}
{$define RequireIDEPresenceForLeakChecking}
{Set this option to require the presence of debug info ($D+ option) in the
compiled unit to perform memory leak checking. This option has no effect if
the option "EnableMemoryLeakReporting" is not also set.}
{.$define RequireDebugInfoForLeakChecking}
Regards,
Pierre
.
- Follow-Ups:
- Re: Fastcode MM memory usage
- From: Pierre Y.
- Re: Fastcode MM memory usage
- References:
- Fastcode MM memory usage
- From: Craig Peterson
- Re: Fastcode MM memory usage
- From: Pierre le Riche
- Re: Fastcode MM memory usage
- From: Gary
- Re: Fastcode MM memory usage
- From: Pierre Y.
- Fastcode MM memory usage
- Prev by Date: Re: Fastcode MM memory usage
- Next by Date: Re: Fastcode MM memory usage
- Previous by thread: Re: Fastcode MM memory usage
- Next by thread: Re: Fastcode MM memory usage
- Index(es):
Relevant Pages
|