CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Windows Display Local Heap (WDL)
                                             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.
                                    -♦-