git: kernel - Track slabs allocated and freed

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Feb 23 11:50:03 PST 2013


commit 6e72a17f7221cfa19db5470dab33bace2a1918f5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Feb 23 11:45:24 2013 -0800

    kernel - Track slabs allocated and freed
    
    * Add statistics counters kern.slabs_allocated and kern.slabs_freed,
      tracking kernel memory allocator slab statistics.

Summary of changes:
 sys/kern/kern_slaballoc.c | 6 ++++++
 1 file changed, 6 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6e72a17f7221cfa19db5470dab33bace2a1918f5


-- 
DragonFly BSD source repository



More information about the Commits mailing list