Remove nested function mi_arena from malloc_info.
authorCarlos O'Donell <carlos@redhat.com>
Mon, 26 May 2014 13:54:59 +0000 (09:54 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Mon, 26 May 2014 15:32:09 +0000 (11:32 -0400)
commitfdfd175d46ac6a810ebdeb2a2936e6d7d13995ab
tree3b38bb3eb1896805852d319d36b4f75e9a82ed17
parentd298c41635ce7f2dc7c3eccc842fe3aa754c0c8e
Remove nested function mi_arena from malloc_info.

The nested function mi_arena was removed from malloc_info
and made into a non-nested static inline function of the same
name with the correct set of arguments passed from malloc_info.
This enables building glibc with compilers that don't support
nested functions. Future work on malloc_info should remove these
functions entirely to support JSON format output. Therefore we
do the minimum required to remove the nested function.
ChangeLog
malloc/malloc.c