看板 DFBSD_commit 關於我們 聯絡資訊
commit 069cac031396ad34266cd07ffced2187830ebc56 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Feb 5 00:24:04 2010 -0800 debug utilities - adjust vmpageinfo, add zallocinfo * Adjust vmpageinfo to match recent changes. Add the symbolic names for the flags. * Add zallocinfo which dumps the state of the slab data structures. Summary of changes: test/debug/vmpageinfo.c | 58 ++++++++++++++--- test/debug/{kmapinfo.c => zallocinfo.c} | 108 ++++++++++++++++--------------- 2 files changed, 104 insertions(+), 62 deletions(-) copy test/debug/{kmapinfo.c => zallocinfo.c} (65%) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/069cac031396ad34266cd07ffced2187830ebc56 -- DragonFly BSD source repository