Use the slab cache for PAGE_SIZE and PAGE_SIZE*2 sized allocations. This
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 7 Jun 2007 20:34:14 +0000 (20:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 7 Jun 2007 20:34:14 +0000 (20:34 +0000)
commitb543eeed8fb0af43afad23c9ac5401d501d0fb7b
tree3c5d841ca5801c011fe357ab66b13bd6c9ff462f
parent315fe0ee2d803421f716b12e3b5532c31e9bb32b
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