DragonFly BSD
DragonFly commits List (threaded) for 2011-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: git: kernel - migrate knote from zone to kmalloc


From: "Samuel J. Greear" <sjg@xxxxxxxxxxxx>
Date: Thu, 3 Feb 2011 17:55:31 -0700

On Thu, Feb 3, 2011 at 5:37 PM, Matthew Dillon
<dillon@apollo.backplane.com> wrote:
>   Well, generally speaking we want to remove zalloc entirely so its a
>   step in the right direction there.  There's nothing about a knote that
>   requires a zone allocation anyhow.
>
>                                        -Matt
>                                        Matthew Dillon
>                                        <dillon@backplane.com>
>

I mean I will be switching it to objcache, although it doesn't require
pool style allocation right now, so the current patch was/is fine.

http://evilprojects.net/dragonflybsd/patches/zalloc/

There are patches (at the above URL) getting rid of the majority of
the consumers of zalloc from GCI, I just haven't had time to bring
them in.

Sam




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]