1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

Fix format specifier for n_mmaps

This commit is contained in:
Siddhesh Poyarekar
2014-06-02 23:35:09 +05:30
parent a88dadbed5
commit 9fa76613d0
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
* malloc/malloc.c (malloc_info): Fix format specifier for
n_mmaps.
2014-06-02 Wilco <wdijkstr@arm.com> 2014-06-02 Wilco <wdijkstr@arm.com>
* sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after

View File

@@ -5148,7 +5148,7 @@ malloc_info (int options, FILE *fp)
fprintf (fp, fprintf (fp,
"<total type=\"fast\" count=\"%zu\" size=\"%zu\"/>\n" "<total type=\"fast\" count=\"%zu\" size=\"%zu\"/>\n"
"<total type=\"rest\" count=\"%zu\" size=\"%zu\"/>\n" "<total type=\"rest\" count=\"%zu\" size=\"%zu\"/>\n"
"<total type=\"mmap\" count=\"%zu\" size=\"%zu\"/>\n" "<total type=\"mmap\" count=\"%d\" size=\"%zu\"/>\n"
"<system type=\"current\" size=\"%zu\"/>\n" "<system type=\"current\" size=\"%zu\"/>\n"
"<system type=\"max\" size=\"%zu\"/>\n" "<system type=\"max\" size=\"%zu\"/>\n"
"<aspace type=\"total\" size=\"%zu\"/>\n" "<aspace type=\"total\" size=\"%zu\"/>\n"