if we're able to use large page allocators, try and place at least
authordlg <dlg@openbsd.org>
Mon, 22 Dec 2014 00:33:40 +0000 (00:33 +0000)
committerdlg <dlg@openbsd.org>
Mon, 22 Dec 2014 00:33:40 +0000 (00:33 +0000)
commit210a7536047638d0b87ab2abc3592e72fa1419ca
tree433a9412a14d5a46be51b24433d81e3a11bf702e
parent6d7b51df36c7f38980da072508af3ce7e384407d
if we're able to use large page allocators, try and place at least
8 items on a page. this reduces the number of allocator operations
we have to do per item on large items.

ok tedu@
sys/kern/subr_pool.c