This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug malloc/22439] malloc_info should compute summary statistics for all sub-heaps in an arena


https://sourceware.org/bugzilla/show_bug.cgi?id=22439

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  34eb41579c6c34fa60ec6f1aac7b70ba6e1bebcc (commit)
      from  7a9368a1174cb15b9f1d6342e0e10dd90dae238d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=34eb41579c6c34fa60ec6f1aac7b70ba6e1bebcc

commit 34eb41579c6c34fa60ec6f1aac7b70ba6e1bebcc
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Nov 15 11:40:41 2017 +0100

    malloc: Account for all heaps in an arena in malloc_info [BZ #22439]

    This commit adds a "subheaps" field to the malloc_info output that
    shows the number of heaps that were allocated to extend a non-main
    arena.

    Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    6 ++++++
 NEWS            |    3 +++
 malloc/malloc.c |   17 +++++++++++++----
 3 files changed, 22 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]