Use the slab cache for PAGE_SIZE and PAGE_SIZE*2 sized allocations. This
commitb43290662e0eba82f6acf78969cda32051fc23e0
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 7 Jun 2007 20:34:14 +0000 (7 20:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 7 Jun 2007 20:34:14 +0000 (7 20:34 +0000)
treec4ca5caa3d69ac805975bd3b825cac7458fd8569
parentfd36ea7a06fe233c85d78d0c91948ae1d3a2e45d
Use the slab cache for PAGE_SIZE and PAGE_SIZE*2 sized allocations.  This
reduces the number of SMP page invals the ELF loader and mmio have to do
for operations that occur on a single cpu.
sys/kern/kern_slaballoc.c