blob: 17e2252294024e320567f27d07c276e6a48d7a89 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001NAME
2 showsmallnewmalloced
3
4DESCRIPTION
5 This command is hardcoded into the driver.
6
7 Shows a list of recently allocated small memory blocks.
8 If the O_IS_WIZARD flag is used in the mudlib (i.e. if
9 set_is_wizard() was called), this command is allowed only for
10 users that have this flag set.
11
12HISTORY
13 Deactivated in 3.2.7 by default.
14
15SEE ALSO
16 malloc(D), status(D), memory(C), objects(C), debug_info(E),
17 set_is_wizard(E)