aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/slibc.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-17 06:15:12 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-17 06:15:12 +0200
commita0e3c7c39e5a1dc4e98aa2d4f05ec29743206fe9 (patch)
tree4ad455f88828ce644185f9689b89a184bf34539d /doc/info/slibc.texinfo
parentimprove attributes (diff)
downloadslibc-a0e3c7c39e5a1dc4e98aa2d4f05ec29743206fe9.tar.gz
slibc-a0e3c7c39e5a1dc4e98aa2d4f05ec29743206fe9.tar.bz2
slibc-a0e3c7c39e5a1dc4e98aa2d4f05ec29743206fe9.tar.xz
info: brief introduction to memory management
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/slibc.texinfo')
-rw-r--r--doc/info/slibc.texinfo2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/info/slibc.texinfo b/doc/info/slibc.texinfo
index 0a57245..9af14fe 100644
--- a/doc/info/slibc.texinfo
+++ b/doc/info/slibc.texinfo
@@ -294,6 +294,7 @@ Stockholm C Standard Library.
* Language facilities:: C language facilities provided by the library.
* Error reporting:: Detecting, reporting, and printing errors.
* Integer types:: Portable and descriptive integer types.
+* Memory allocation:: How to give your process or memory.
* Free Software Needs Free Documentation:: Why free documentation is important.
* GNU General Public License:: Copying and sharing @command{slibc}.
@@ -316,6 +317,7 @@ Stockholm C Standard Library.
@include chap/language-facilities.texinfo
@include chap/error-reporting.texinfo
@include chap/integer-types.texinfo
+@include chap/memory-allocation.texinfo