DMMS (Dynamic Memory Management System)

NAME

dmmsdbg - Activates / deactivates debugging messages .

USAGE

call dmmsdbg(mode)

DESCRIPTION

Activates / deactivates debugging messages. If mode is set to 1, a debugging message will be issued for each DMMS manoeuvre (block allocation, block deallocation, block check ...). This could be useful in a heavy debugging session. Warning: this could generate a huge output.
ARGUMENTS

mode

Integer variable, may take the value 0 or 1. If set to 1, debugging mode is turned on; if set to 0, debugging mode is turned off.
AUTHOR
Mario Lépine - RPN
NOTES
Debugging aids can be obtained via some environment variables such as DEBUG_MODE, INITMEM, BAD_POINTER.

SEE ALSO

( hpalloc hpdeallc, hpcheck, bkcheck, memoirc)