CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/21 17:33:40
Modified files:
sys/kern : subr_pool.c
Log message:
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@
