]> sourceware.org Git - glibc.git/commit
[BZ #13939]
authorJeff Law <law@redhat.com>
Fri, 10 Aug 2012 15:37:04 +0000 (09:37 -0600)
committerJeff Law <law@redhat.com>
Fri, 10 Aug 2012 15:37:52 +0000 (09:37 -0600)
commitbf51f568f19bc063e62904d18b77d7e449a6a44f
treee99e04dc162edd4a04d184a3e4f9a1eeeba287e0
parent2d83a317e90894269ed22fac922acb1bd7f218d0
    [BZ #13939]
        * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
        When avoid_arena is set, don't retry in the that arena.  Pick the
        next one, whatever it might be.
        (arena_get2): New parameter avoid_arena, pass through to reused_arena.
        (arena_lock): Pass in new parameter to arena_get2.
        * malloc/malloc.c (__libc_memalign): Pass in new parameter to
        arena_get2.
        (__libc_malloc): Unify retrying after main arena failure with
        __libc_memalign version.
        (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
ChangeLog
NEWS
malloc/arena.c
malloc/malloc.c
This page took 0.044183 seconds and 5 git commands to generate.