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] [v8] malloc: Consistently apply trim_threshold to all heaps [BZ #17195]


On 25 Feb 2015 10:35, Mel Gorman wrote:
> +  /* Uses similar logic for per-thread arenas as the main arena with systrim
> +     by preserving the top pad and at least a page. */

two spaces after the period

> +  extra = (top_area - pad) & ~(pagesz - 1);

we have ALIGN_UP/ALIGN_DOWN macros now
-mike

Attachment: signature.asc
Description: Digital signature


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