ldmud/doc/driver/debugmalloc
Lars 77996da5fc Imported version 3.2.12 from PRCS.
git-svn-id: svn://svn.bearnip.com/ldmud/3.2/trunk@9 56160b6e-f8f8-0310-bd54-bccebfe6a2f2
2005-06-21 02:30:03 +00:00

17 lines
505 B
Text

NAME
debugmalloc
DESCRIPTION
This command is hardcoded into the driver.
Toggles the debug mode for the memory managment.
If the O_IS_WIZARD flag is used in the mudlib (i.e. if
set_is_wizard() was called), this command is allowed only for
users that have this flag set.
HISTORY
Deactivated in 3.2.7 by default, it was effectless before anyway.
SEE ALSO
malloc(D), status(D), memory(C), objects(C), debug_info(E),
set_is_wizard(E)