diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-04-17 23:23:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-04-17 23:23:09 +0000 |
commit | 0c1ed45457d075d96205dbd7be303882146ca3e7 (patch) | |
tree | ae1ccff55c16d78754cc41bfe2c977a7e4f5ac26 /manual/libc.texinfo | |
parent | bf5806397a961cc462f43e7ecfcbd7db20f5bd55 (diff) | |
download | glibc-0c1ed45457d075d96205dbd7be303882146ca3e7.tar glibc-0c1ed45457d075d96205dbd7be303882146ca3e7.tar.gz glibc-0c1ed45457d075d96205dbd7be303882146ca3e7.tar.bz2 glibc-0c1ed45457d075d96205dbd7be303882146ca3e7.zip |
Update malloc documentation for new malloc.
Diffstat (limited to 'manual/libc.texinfo')
-rw-r--r-- | manual/libc.texinfo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manual/libc.texinfo b/manual/libc.texinfo index f2b688400e..50d42b53d6 100644 --- a/manual/libc.texinfo +++ b/manual/libc.texinfo @@ -210,7 +210,6 @@ Memory Allocation calling function returns. * Relocating Allocator:: Waste less memory, if you can tolerate automatic relocation of the blocks you get. -* Memory Warnings:: Getting warnings when memory is nearly full. Unconstrained Allocation |