名称：
	debugmalloc - 将配置记忆体 (malloc'd memory) 的资讯倾印 (dump) 到一
		      个档案里。
语法：
	void debugmalloc( string filename, int mask );

	无传回值 debugmalloc( 字串 档名, 整数 遮罩 );
用法：
	这个外部函式必须在编译驱动程式时，于 options.h 中同时定义
	PACKAGE_DEVELOP、DEBUGMALLOC、DEBUGMALLOC_EXTENSIONS 三项才有效。
	debugmalloc() 会倾印 DMALLOC() 配置的记忆体区块的资讯及相关的巨集
	(macros)〈如果该巨集有单位元“&”符号与尾标 (tag)，即 mask & tag 不
	是零〉。详细情形请参阅驱动程式原始码中的 md.c 及 config.h。
参考：
	set_malloc_mask
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.Aug.19.	v22 版
