看板 DFBSD_commit 關於我們 聯絡資訊
commit fc183e1f416135accf400a89e8cc87f801bc84e4 Author: Matthew Dillon <dillon@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