466
|
1 <refentry id="sbrk">
|
|
2 <refnamediv>
|
468
|
3 <refname>Sbrk</refname>
|
|
4 <refpurpose>request additional working memory</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
|
10 <funcdef><function>sbrk</function></funcdef>
|
|
11 <paramdef>type <parameter>arg1</parameter></paramdef>
|
|
12 </funcprototype>
|
|
13 </funcsynopsis>
|
|
14
|
|
15 </refsynopsisdiv>
|
|
16
|
|
17 <refsect1><title>Description</title>
|
|
18 <para>
|
|
19 Placeholder
|
|
20 </para>
|
|
21 </refsect1>
|
552
|
22
|
|
23 <refsect1><title>Diagnostics</title>
|
|
24 <para>
|
|
25 Sbrk and ibrk return -1 if the requested amount of contiguous
|
|
26 memory is unavailable.
|
|
27 </para>
|
|
28 </refsect1>
|
|
29
|
466
|
30 </refentry>
|