Skip to main content

malloc_status

Discworld driver help

malloc_status

Name

malloc_status() - report various statistics related to memory usage.

Synopsis

string malloc_status( void );

Description

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 when building the driver.

See also

mud_status(), dumpallobj(), memory_info()