DragonFly BSD
DragonFly commits List (threaded) for 2003-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/i386/include param.h src/sys/kern kern_slaballoc.c src/sys/sys malloc.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Oct 2003 22:48:44 -0700 (PDT)

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




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]