mirror of git://sourceware.org/git/glibc.git
Update.
1998-05-19 12:16 Ulrich Drepper <drepper@cygnus.com> * manual/memory.texi: Add back accidently removed line.
This commit is contained in:
parent
efea715879
commit
ed277b4ec4
|
@ -1,3 +1,7 @@
|
||||||
|
1998-05-19 12:16 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* manual/memory.texi: Add back accidently removed line.
|
||||||
|
|
||||||
1998-04-25 Mark Kettenis <kettenis@phys.uva.nl>
|
1998-04-25 Mark Kettenis <kettenis@phys.uva.nl>
|
||||||
|
|
||||||
* sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
|
* sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
|
||||||
|
|
|
@ -370,6 +370,7 @@ xrealloc (void *ptr, size_t size)
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
You can also use @code{realloc} to make a block smaller. The reason you
|
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.
|
is needed.
|
||||||
@comment The following is no longer true with the new malloc.
|
@comment The following is no longer true with the new malloc.
|
||||||
@comment But it seems wise to keep the warning for other implementations.
|
@comment But it seems wise to keep the warning for other implementations.
|
||||||
|
|
Loading…
Reference in New Issue