.du
The .du command displays a list of the least recently used (LRU) global memory objects in the global heap. The list has the following form:
address: size segment-type owner [handle flags chain]
CODE | Segment contains application code. |
DATA | Segment contains application data and possible stack and local heap data. |
FREE | Segment belongs to pool of free memory objects ready for allocation by an application. |
PRIV | Segment contains private data. |
SENTINAL | Segment marks the beginning or end of the global heap. |