This is the mail archive of the libc-alpha@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]

Re: [PATCH] Add mmapped count and size in malloc_info


>             "<total type=\"fast\" count=\"%zu\" size=\"%zu\"/>\n"
>             "<total type=\"rest\" count=\"%zu\" size=\"%zu\"/>\n"
> +	   "<mmap nr=\"%zu\" size=\"%zu\"/>\n"

Looks like this should be:

	<total type="mmap" count="%zu" size="%zu"/>

No?


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