showmemmap


Displays a page map showing used and free memory pages, and showing which task owns which pages.

Synopsis

showmemmap [task name | task item number]

Description

Displays a page map on the debugging terminal showing all memory pages in the system, and which task owns each page.

Arguments

task name | task item num
Name or item number of a task. The item number can be in decimal or hexadecimal format, starting with 0x or $. When a task is specified, any pages owned by that task will be marked with an asterix. This speeds up finding pages used by a specific task.

Implementation

Command implemented in shell V20.

Built-in shell command.

Synonyms

memmap

See Also

showavailmem, showmemlist