Add KTR support to the slab allocator. Track malloc's, free's, oversized
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Jun 2005 21:11:13 +0000 (21:11 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Jun 2005 21:11:13 +0000 (21:11 +0000)
commitf2b5daf98b3d07bd1c5f45d9dace58935a25732a
tree23fb2fdee4eb83fd8c4cd7fe144ecf66eabf87a1
parent10cc6608b803a9e26b392c6338c2e7d143934d53
Add KTR support to the slab allocator.  Track malloc's, free's, oversized
chunks, and IPI operations.
sys/kern/kern_slaballoc.c