NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/50791: NetBSD's malloc has performance issues
The following reply was made to PR lib/50791; it has been noted by GNATS.
From: Andreas Gustafsson <gson%gson.org@localhost>
To: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: lib/50791: NetBSD's malloc has performance issues
Date: Fri, 19 Feb 2016 19:02:26 +0200
Joerg Sonnenberger wrote:
> A proof of concept is attached. I haven't done any exhaustive
> testing for this...
[...]
> + if (a->max_frun_npages < a->max_frun_npages)
That can't be right. Presumably the second "a" should be "b"?
> + if (a->max_frun_npages > a->max_frun_npages)
Ditto.
--
Andreas Gustafsson, gson%gson.org@localhost
Home |
Main Index |
Thread Index |
Old Index