diff docs/ccguide/sbrk.refentry @ 604:1d37d3a84a7c

All refentries finished.
author roug
date Fri, 15 Nov 2002 21:49:51 +0000
parents c49be44efba2
children
line wrap: on
line diff
--- a/docs/ccguide/sbrk.refentry	Fri Nov 15 21:49:51 2002 +0000
+++ b/docs/ccguide/sbrk.refentry	Fri Nov 15 21:49:51 2002 +0000
@@ -21,7 +21,19 @@
 
 <refsect1><title>Description</title>
 <para>
-Placeholder
+Sbrk requests an allocation from free memory and returns a
+pointer to its base.
+</para>
+<para>
+"Sbrk()" requests the system to allocate "new" memory from
+outside the initial allocation.
+</para>
+<para>
+Users should read the Memory Management section of this manual
+for a fuller explanation of the arrangement.
+</para>
+<para>
+Ibrk requests memory from inside the initial memory allocation.
 </para>
 </refsect1>