Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 5 Jul 2017 10:49:10 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] optimize malloc0

* Rich Felker <dalias@...c.org> [2017-07-04 19:39:10 -0400]:
> On Wed, Jul 05, 2017 at 02:09:21AM +0300, Alexander Monakov wrote:
> > I can rewrite it fully forward scanning without much trouble, but I
> > think it wouldn't be for the better.
> 
> *nod* I'll re-check the version you submitted just to be sure I
> understand and agree that it's doing what I think it is, with the plan
> of going with it or something very similar. I might add some comments
> as a follow-up patch.

i think may_alias should be added and uint64_t used
instead of unsigned long long (which may have a size
that does not divide pagesize)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.