You are here: Job and Form Set Rules Reference > JDT Rules Reference > AllocDebug

AllocDebug

Use this rule to get information on the number of memory bytes allocated and freed each time there is new maximum value of allocates not being freed. This rule outputs its error messages to the LOGFILE.DAT file instead of the ERRFILE.DAT file. You can use this rule to find cumulative memory allocations not reported as leaks.

The AllocDebug rule is unique in that you can use it at any level in the AFGJOB.JDT file because it is designed to run in all three processing states during rule Pre- and Post-processing.

You can place this rule in the <Base Rules>, <Base Form Set Rules>, <Base Image Rules>, and <Base Field Rules> sections in the AFGJOB.JDT file.

Syntax

;AllocDebug;;;

Example

;AllocDebug;;;