cvs commit: src/sys/i386/include param.h src/sys/kern kern_slaballoc.c src/sys/sys malloc.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Oct 17 22:50:15 PDT 2003
dillon 2003/10/17 22:48:44 PDT
Modified files:
sys/i386/include param.h
sys/kern kern_slaballoc.c
sys/sys malloc.h
Log:
Make malloc_type statistics per-cpu, which fixes statistics update races
in the slab allocator that would result in malloc statistics being way off.
Revision Changes Path
1.4 +7 -2 src/sys/i386/include/param.h
1.9 +54 -24 src/sys/kern/kern_slaballoc.c
1.9 +21 -3 src/sys/sys/malloc.h
More information about the Commits
mailing list