* libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
	fragmentation by allocating new memory at the end instead of
	reallocating.
This commit is contained in:
Ulrich Drepper 2000-04-11 17:54:09 +00:00
parent 4100c5a0e6
commit 25728f0397

View File

@ -1,5 +1,9 @@
2000-04-11 Ulrich Drepper <drepper@redhat.com>
* libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
fragmentation by allocating new memory at the end instead of
reallocating.
* posix/globtest.sh: Fix last change.
2000-04-10 Philip Blundell <philb@gnu.org>