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


On 30 May 2014 21:52, Roland McGrath <roland@hack.frob.com> wrote:
>>             "<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?

Thanks, that does read better.  I'll use it.

Siddhesh
-- 
http://siddhesh.in


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