mud/lib/doc/efun/all/malloc_status
2020-09-06 05:43:07 -07:00

17 lines
488 B
Plaintext

malloc_status - report various statistics related to memory usage.
string malloc_status();
This function returns memory usage statistics in a string.
This function replaces the hardcoded 'malloc' command in vanilla 3.1.2.
Note that the output produced by malloc_status() depends upon which
memory management package is chosen in options.h when building the driver.
See also:
mud_status,
dumpallobj,
memory_info
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere