git: kernel - slab allocator - Refactor struct kmemusage
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Feb 9 00:14:59 PST 2010
commit fc183e1f416135accf400a89e8cc87f801bc84e4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Feb 9 00:04:44 2010 -0800
kernel - slab allocator - Refactor struct kmemusage
* Refactor struct kmemusage to just contain a 32 bit ku_pagecnt
instead of a 16 bit ku_pagecnt and other fields (none of which
were used).
Summary of changes:
sys/kern/kern_slaballoc.c | 11 ++++++-----
sys/sys/malloc.h | 11 +++--------
2 files changed, 9 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fc183e1f416135accf400a89e8cc87f801bc84e4
--
DragonFly BSD source repository
More information about the Commits
mailing list