mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
Update.
* 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:
parent
4100c5a0e6
commit
25728f0397
@ -1,5 +1,9 @@
|
|||||||
2000-04-11 Ulrich Drepper <drepper@redhat.com>
|
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.
|
* posix/globtest.sh: Fix last change.
|
||||||
|
|
||||||
2000-04-10 Philip Blundell <philb@gnu.org>
|
2000-04-10 Philip Blundell <philb@gnu.org>
|
||||||
|
Loading…
Reference in New Issue
Block a user