home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5411 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!dcatlas!joet
  3. From: joet@dcatlas.dot.gov (Joe Trott)
  4. Subject: Re: Memory sizes for programs?
  5. Message-ID: <1992Sep15.160946.647@dcatlas.dot.gov>
  6. Organization: U.S Dept. of Transportation
  7. References: <1992Sep14.232730.1@vms.ucc.okstate.edu>
  8. Date: Tue, 15 Sep 1992 16:09:46 GMT
  9. Lines: 18
  10.  
  11. v923106@vms.ucc.okstate.edu writes:
  12.  
  13. >I would like to know how to figure out how much memory a program compiled with
  14. >turbo pascal would use. For example, when you buy a software package, it states
  15. >somewhere on the box how much memory is needed to run it on your computer. If I
  16. >write a program in pascal and I am using many variables, records, and units,
  17. >how do I figure out how much memory my program needs in order to run properly.
  18. >Is there shareware out there that can figure this out???
  19.  
  20. I don't know of any shareware to do it, but Quarterdeck's Manifest memory
  21. analysis utility should be able to give you the information you need.
  22.  
  23. If you have DesqView, you could try running it in an ever-smaller "window"
  24. until it dies with an insufficient memory message.
  25. ("window" in quotes to distinguish from Microsoft's ordure)
  26.  
  27. -JTT
  28.  
  29.