Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2020 15:08:32 +0100
From:      Mateusz Guzik <mjguzik@gmail.com>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r367165 - head/sys/fs/tmpfs
Message-ID:  <CAGudoHGBMFoeOKwZWq2%2B1xC9924Xi2AEt4a1zYgwa_EA3HzAkA@mail.gmail.com>
In-Reply-To: <202010301407.09UE7Phw060731@repo.freebsd.org>
References:  <202010301407.09UE7Phw060731@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/30/20, Mateusz Guzik <mjg@freebsd.org> wrote:
> Author: mjg
> Date: Fri Oct 30 14:07:25 2020
> New Revision: 367165
> URL: https://svnweb.freebsd.org/changeset/base/367165
>
> Log:
>   tmpfs: change tmpfs dirent zone into a malloc type
>
>   It is 64 bytes.
>

Right now malloc has only power-of-2 zones but I'm looking into
changing that. The allocator itself trivially extends to multiply of
16, but stat collection needs reworking.

-- 
Mateusz Guzik <mjguzik gmail.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGudoHGBMFoeOKwZWq2%2B1xC9924Xi2AEt4a1zYgwa_EA3HzAkA>