Skip to content

Commit

Permalink
Fix format specifier for n_mmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhesh Poyarekar committed Jun 2, 2014
1 parent a88dadb commit 9fa7661
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
Expand Down
2 changes: 1 addition & 1 deletion malloc/malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5148,7 +5148,7 @@ malloc_info (int options, FILE *fp)
fprintf (fp,
"<total type=\"fast\" 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=\"max\" size=\"%zu\"/>\n"
"<aspace type=\"total\" size=\"%zu\"/>\n"
Expand Down

0 comments on commit 9fa7661

Please sign in to comment.