Thread Diagnostics - Show Blocks

Shown above is an example of how the shell can display all the blocks and which thread they are currently located in.
Key to the columns -
INDEX
The index showing where the block can be found in the block table.
BLOCK
The physical address of the memory block.
THREAD
The name of the thread that currently owns the memory block. Long names are truncated.
SIZE
The physical size in bytes of the memory block.
LENGTH
The logical length in bytes of the memory block. This length does not
include trailing nulls.
ORIGIN
This gives an indication of where the memory block originated from. This field is optional.
Back to our main page