Syntax: !mmstatsThe 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.