annotate docs/ccguide/stacksize.refentry @ 640:8a16d38f3d94

Convert to Docbook XML format
author roug
date Sun, 08 Dec 2002 11:09:10 +0000
parents ed2a3bb12458
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
1 <refentry id="stacksize">
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
2 <refnamediv>
468
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
3 <refname>Stacksize</refname>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
4 <refname>Freemem</refname>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
5 <refpurpose>obtain stack reservation size</refpurpose>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
6 </refnamediv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
7
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
8 <refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
9 <funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
10 <funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
11 <funcdef><function>stacksize</function></funcdef>
640
8a16d38f3d94 Convert to Docbook XML format
roug
parents: 578
diff changeset
12 <void/>
468
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
13 </funcprototype>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
14 <funcprototype>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
15 <funcdef><function>freemem</function></funcdef>
640
8a16d38f3d94 Convert to Docbook XML format
roug
parents: 578
diff changeset
16 <void/>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
17 </funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
18 </funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
19
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
20 </refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
21
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
22 <refsect1><title>Description</title>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
23 <para>
578
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
24 For a description of the meaning and use of this call, the user
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
25 is referred to the Memory Management section of this manual.
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
26 </para>
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
27 <para>
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
28 If the stack check code is in effect, a call to stacksize will
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
29 return the maximum number of bytes of stack used at the time of
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
30 the call. This call can be used to determine the stack size
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
31 required by a program.
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
32 </para>
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
33 <para>
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
34 Freemem() will return the number of bytes of the stack that has
ed2a3bb12458 All function prototypes are added.
roug
parents: 544
diff changeset
35 not been used.
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
36 </para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
37 </refsect1>
544
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
38
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
39 <refsect1><title>See Also</title>
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
40 <para>
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
41 <link linkend="sbrk">ibrk(), sbrk()</link>,
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
42 Global variable "memend" and value "end".
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
43 </para>
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
44 </refsect1>
ba824286a6a0 All "See Also" implemented
roug
parents: 468
diff changeset
45
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
46 </refentry>