diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-11-15 11:40:41 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-11-15 11:40:41 +0100 |
commit | 34eb41579c6c34fa60ec6f1aac7b70ba6e1bebcc (patch) | |
tree | d6b42f67cca44928b1d4eb83547212f9b250a45f /NEWS | |
parent | 7a9368a1174cb15b9f1d6342e0e10dd90dae238d (diff) | |
download | glibc-34eb41579c6c34fa60ec6f1aac7b70ba6e1bebcc.tar glibc-34eb41579c6c34fa60ec6f1aac7b70ba6e1bebcc.tar.gz glibc-34eb41579c6c34fa60ec6f1aac7b70ba6e1bebcc.tar.bz2 glibc-34eb41579c6c34fa60ec6f1aac7b70ba6e1bebcc.zip |
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>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ Deprecated and removed features, and other changes affecting compatibility: * The res_hnok, res_dnok, res_mailok and res_ownok functions now check that the specified string can be parsed as a domain name. +* In the malloc_info output, the <heap> element may contain another <aspace> + element, "subheaps", which contains the number of sub-heaps. + Changes to build and runtime requirements: [Add changes to build and runtime requirements here] |