Entirely remove the old kernel malloc and kmem_map code. The slab allocator
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 19 Oct 2003 00:23:30 +0000 (00:23 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 19 Oct 2003 00:23:30 +0000 (00:23 +0000)
commitb0d4001a32c3a0949621f1158dc49598f69aa7eb
treeaf5c4428813890c15f6e7147592f6dbc7bad41e6
parent6168d6063630d3e6077fcd5160a845b6c6a3566e
Entirely remove the old kernel malloc and kmem_map code.  The slab allocator
is now mandatory.  Also remove the related conf options, USE_KMEM_MAP and
NO_SLAB_ALLOCATOR.
15 files changed:
sys/conf/files
sys/conf/options
sys/i386/i386/machdep.c
sys/i386/include/vmparam.h
sys/kern/kern_malloc.c [deleted file]
sys/kern/kern_slaballoc.c
sys/platform/pc32/i386/machdep.c
sys/platform/pc32/include/vmparam.h
sys/sys/malloc.h
sys/vm/vm_kern.c
sys/vm/vm_kern.h
sys/vm/vm_map.c
sys/vm/vm_mmap.c
sys/vm/vm_object.c
sys/vm/vm_zone.c