138
|
1 <refentry id="mfree">
|
|
2 <refnamediv>
|
|
3 <refname>MFREE</refname>
|
|
4 <refpurpose>Display Free System RAM</refpurpose>
|
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <cmdsynopsis>
|
1093
|
9 <command>mfree</command>
|
138
|
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
|
1093
|
19 fragmentation (see <xref linkend="sec5.4.3"/>).
|
138
|
20 </para>
|
|
21 <para>
|
1093
|
22 For more information see: <xref linkend="sec5.4"/>, <xref linkend="sec5.4.3"/>
|
138
|
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
|