{ This decks defines compile-time constants to control conditional compilation
{ of debug code in memory manager modules in monitor mode. All constants should
{ be set to FALSE for the transmitted version of this deck.

  CONST
    mmc$debug = FALSE;

  ?VAR
     mmc$debug_check_queues: boolean := FALSE, {Check PQL linkage}
     mmc$debug_relink_swapping_job: boolean := FALSE , {Stop if relink page of swapping job}
     mmc$debug_pt: boolean := FALSE, {check PT - AST linkage}
     mmc$debug_free_asid: boolean := FALSE, {Verify no attempt is made to free an AST
                                            { entry with pages not in AVAIL queue.
     mmc$debug_aste_p_from_pfti: boolean := FALSE, {Verify aste_p in pfti is correct}
     mmc$debug_rma_list: boolean := FALSE, {Verify RMA list on lock/unlock rma list}
     mmc$debug_esc_alloc: boolean := FALSE, {check for escaped allocation}
     mmc$debug_ast_pft: boolean := FALSE?; {check pft.aste_p on reference to AST}

