kernel - slab allocator
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 5 Feb 2010 18:12:29 +0000 (10:12 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 5 Feb 2010 18:12:29 +0000 (10:12 -0800)
commit665206eeb07f4b82c073cb3e5737284f7824d6c3
tree4567fe1835e834e8c0e51ed11516777348d8fad1
parent22726f69823a465916a320f3689f671bcd6180e7
kernel - slab allocator

* Track the total number of zones under management, in bytes, so
  the value can be reconciled against malloc_type use tracking to
  determine how much fragmentation is occurring.
sys/kern/kern_slaballoc.c