mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Fix typos in format strings of malloc_info.
This commit is contained in:
committed by
Ulrich Drepper
parent
5debe36313
commit
ee6f35389c
@@ -6474,8 +6474,8 @@ malloc_info (int options, FILE *fp)
|
||||
fprintf (fp,
|
||||
"<total type=\"fast\" count=\"%zu\" size=\"%zu\"/>\n"
|
||||
"<total type=\"rest\" count=\"%zu\" size=\"%zu\"/>\n"
|
||||
"<system type=\"current\" size=\"%zu\n/>\n"
|
||||
"<system type=\"max\" size=\"%zu\n/>\n"
|
||||
"<system type=\"current\" size=\"%zu\"/>\n"
|
||||
"<system type=\"max\" size=\"%zu\"/>\n"
|
||||
"<aspace type=\"total\" size=\"%zu\"/>\n"
|
||||
"<aspace type=\"mprotect\" size=\"%zu\"/>\n"
|
||||
"</malloc>\n",
|
||||
|
Reference in New Issue
Block a user