how to do page level mem alloc in freebsd kernel?

kalash nainwal kalash.nainwal at gmail.com
Thu Jul 15 14:48:44 UTC 2010


On Thu, Jul 15, 2010 at 4:46 PM, "Marc Lörner" <loerner at gmx.de> wrote:
> Hello,
> what about using contigmalloc(9), there you can specify
> alignment and boundary.
>
> HTH,
> Marc
>

Thanks Marc.

I had thought of using contigmalloc, but was not sure what would be
the other args (boundary, low, high etc.) in my case.

So was looking for a simpler interface.

Regards,
-Kalash


More information about the freebsd-hackers mailing list