home *** CD-ROM | disk | FTP | other *** search
- AVAIL
-
- Reports the amount of Chip and Fast memory available.
-
- Format
-
- AVAIL [VHIP | FAST | TOTAL] [FLUSH]
-
- Template
-
- CHIPS/S,FAST/S,TOTAL/S,FLUSH/S
-
- Location
-
- C:
-
- AVAIL gives a summary of the system RAM, both Chip and Fast. For each memory
- type, AVAIL reports the total amount of memory, how much is available, how
- much is currently in use, and the largest contiguous memory block not yet
- allocated.
-
- Unless you want a complete summary, use the CHIP, FAST, and/or TOTAL options
- to have AVAIL display only the number of free bytes of Chip, Fast, or Total
- RAM available.
-
- The FLUSH option frees memory by removing all unused libraries, devices,
- fonts, catalogs.
-
- Example 1:
-
- 1> AVAIL
-
- Type Available In-Use Maximum Largest
- chip 233592 282272 515864 76792
- fast 341384 182896 524280 197360
- total 574976 465168 1040144 197360
-
- A complete summary of system RAM is displayed.
-
- Example 2:
-
- 1> AVAIL CHIP
-
- 233592
-
- The number of free bytes of Chip RAM is displayed.
-
- See Chapter 8 for more examples using AVAIL.
-