◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Command: Windows Display Local Heap (WDL) Syntax: WDL Summary: Displays a list of the memory objects in the local heap. Description The following shows the output of WDL. The fields are indicated by bold numbers: 1 2 3 4 190A: 000A BUSY (16DA) The following describes the indicated fields: 1 The offset of the memory object in the local data segment. 2 The length of the object in bytes. 3 One of the following dispositions: BUSY Allocated FREE Free block in the local heap 4 The local memory handle. -♦-