diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-19 12:21:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-19 12:21:04 +0000 |
commit | ed277b4ec4e4bde37970e7ddc109706b48fedb56 (patch) | |
tree | df47a7b2bd9311214ba96baeb5c766f61b232c64 /manual/memory.texi | |
parent | efea715879243534d1c1be9e26f9136548d34e08 (diff) | |
download | glibc-ed277b4ec4e4bde37970e7ddc109706b48fedb56.tar glibc-ed277b4ec4e4bde37970e7ddc109706b48fedb56.tar.gz glibc-ed277b4ec4e4bde37970e7ddc109706b48fedb56.tar.bz2 glibc-ed277b4ec4e4bde37970e7ddc109706b48fedb56.zip |
Update.
1998-05-19 12:16 Ulrich Drepper <drepper@cygnus.com>
* manual/memory.texi: Add back accidently removed line.
Diffstat (limited to 'manual/memory.texi')
-rw-r--r-- | manual/memory.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/memory.texi b/manual/memory.texi index 262d772fc6..49c2fdac2a 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -370,6 +370,7 @@ xrealloc (void *ptr, size_t size) @end smallexample You can also use @code{realloc} to make a block smaller. The reason you +would do this is to avoid tying up a lot of memory space when only a little is needed. @comment The following is no longer true with the new malloc. @comment But it seems wise to keep the warning for other implementations. |