!rtmemory

Displays Windows memory (non-deterministic) allocated by a specified process.

Syntax

!rtmemory <process>

Parameters

process

RTSS process object address.

Remarks

For a glossary of common terms found in command output, see RTX64 WinDbg Extension Commands Glossary.

This command is supported for:

Example

!rtmemory 0xfffffa8005691560
		
Memory Address            Size
		
0xfffffa8008308000        0x00008020
0xfffffa80082ff000        0x00008020
0xfffffa80082f6000        0x00008020
0xfffffa80082ed000        0x00008020
0xfffffa80082e4000        0x00008020
0xfffffa80082db000        0x00008020
0xfffffa80082d2000        0x00008020
0xfffffa80082c9000        0x00008020
0xfffffa80082c0000        0x00008020
0xfffffa80082b7000        0x00008020
0xfffffa80082ae000        0x00008020
0xfffffa80082a5000        0x00008020
0xfffffa800829c000        0x00008020
0xfffffa8008293000        0x00008020
0xfffffa800828a000        0x00008020
0xfffffa8008281000        0x00008020
0xfffffa8008278000        0x00008020

Related topics: