Mercurial > hg > Members > kono > nitros9-code
comparison docs/nitros9guide/mfree.refentry @ 138:d9631713b7cd
Split up the commands into individual files.
author | roug |
---|---|
date | Sun, 07 Jul 2002 08:58:56 +0000 |
parents | |
children | 4dae346c4969 |
comparison
equal
deleted
inserted
replaced
137:a6eb496dbc1e | 138:d9631713b7cd |
---|---|
1 <refentry id="mfree"> | |
2 <refnamediv> | |
3 <refname>MFREE</refname> | |
4 <refpurpose>Display Free System RAM</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
9 <command>MFREE</command> | |
10 </cmdsynopsis> | |
11 </refsynopsisdiv> | |
12 | |
13 <refsect1><title>Description</title> | |
14 <para> | |
15 Displays a list of which areas of memory are not presently in use | |
16 and available for assignment. The address and size of each free | |
17 memory block are displayed. The size is given as the number of 256-byte | |
18 pages. This information is useful to detect and correct memory | |
19 fragmentation (see 5.4.3). | |
20 </para> | |
21 <para> | |
22 For more information see: 5.4, 5.4.3 | |
23 | |
24 </para> | |
25 </refsect1> | |
26 <refsect1><title>Examples</title> | |
27 <screen> | |
28 OS9: mfree | |
29 | |
30 Address pages | |
31 --------- ----- | |
32 700- 7FF 1 | |
33 B00-AEFF 164 | |
34 B100-B1FF 1 | |
35 | |
36 Total pages free = 166 | |
37 </screen> | |
38 </refsect1> | |
39 </refentry> | |
40 |