home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / dsharp10.zip / WALK.DOC < prev    next >
Text File  |  1993-01-24  |  686b  |  18 lines

  1.                             WALK.COM
  2.  
  3. This program walks your memory control blocks, and if you have 
  4. them, your UMB control blocks to show you what memory DOS has 
  5. allocated.
  6.  
  7. This is a very plain and minimal memory analyzer, that shows you 
  8. exactly what is there, in the order it is there, with no 
  9. interpretation or "help" for you about it.  I'm sometimes 
  10. irritated that other utilities will arrange the output for me, 
  11. perhaps listing free space last or something.
  12.  
  13. Suggestions:  Pipe the output to SHOW if it is very long.  
  14. Redirect the output to "before" and "after" files to find by 
  15. comparison what has been changed by some operation you are 
  16. investigating.
  17.  
  18.