Subject: Re: Speeding up fork/wait path
To: Chuck Silvers <chuq@chuq.com>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: tech-kern
Date: 11/03/2003 15:43:57
> how about we extend the pool code to handle objects larger than a page?

This used to be supported (when the pool's page size was a parameter
of pool_init()). I don't know why it has been removed.

-pk