Display memory alias records (VMALs). Optionally format related arena records (VMARs), object records (VMOBs) and context records (VMCOs).
Syntax:
────.ML ────┬───────┬─┬───────┬─┬─────────────────────────┬─── └── B ──┘ ├── F ──┤ ├── hal─────┬───┬─────────┤ └── C ──┘ └── laddr ──┘ └── Ln ───┘
Parameters:
B
Chaining causes related memory structures to be displayed in groups, the head of which is indicated by an * suffix. The related structures are:
Results & Notes:
Alias records are in contiguous storage, which is anchored from the address given by global variable:
_palVMAliases
From fix pack 29 for Warp V3 and base Warp V4 the Dump Formatter .ML command has been enhanced to work independently of kernel symbols. Prior to these releases, kernel symbols were required to enable the Dump Formatter to locate _palVMAliases.
Output from the .ML. command appears in one of three formats.
For a description of the fields formatted by .ML select .ML Output Field Descriptions
For more examples using of the .M family of commands see: Exploring Memory Management.