diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-31 18:49:22 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-31 18:49:22 -0500 |
commit | 3b49edc04bae4ba33b0a3f1a402ba0ae2352766c (patch) | |
tree | 11fecd571cb82fc0365ab7bc9270a3cf7a03c3dc /ChangeLog | |
parent | 41b81892f11fe1353123e892158b53de73863d62 (diff) | |
download | glibc-3b49edc04bae4ba33b0a3f1a402ba0ae2352766c.tar.gz |
Cleanups of malloc
Remove ugly names and unnecessary wrappers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2012-01-31 Ulrich Drepper <drepper@gmail.com> + * malloc/malloc.c: Remove name translation. Don't use mixed-cap + names. Just use the correct names. Remove unnecessary wrapper + functions. + * malloc/arena.c: Likewise. + * malloc/hooks.c: Likewise. + * malloc/arena.c (arena_get2): Really don't call __get_nprocs if ARENA_TEST says not to. Simplify test for creation of a new arena. Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>. |