next up previous contents index
Next: The !mmclear Command: Clear Up: Memory Management Previous: The !vmem Command: Windows   Contents   Index


The !mmstats Command: Show Memory Manager Statistics

Syntax: !mmstats
The command will print, on the console window, statistics from the first-level memory manager. The first column is the internal name of a data structure being managed. The second column is the size of the structure in bytes. The remaining columns are:

fl length of the full block list, each block contains 64 entries
fh hash table width for full list entries
nfl length of the not-full block list
nfh hash table width for not-full list entries
u number of bytes in use
nu number of bytes allocated but not in use

This information is probably not of much value to the user.



Stephen R. Whiteley 2022-05-28