Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2002 21:05:53 -0700 (PDT)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/vmstat vmstat.c src/sys/sys malloc.h src/sys/kern kern_malloc.c
Message-ID:  <200204150405.g3F45rg87583@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2002/04/14 21:05:53 PDT

  Modified files:
    usr.bin/vmstat       vmstat.c 
    sys/sys              malloc.h 
    sys/kern             kern_malloc.c 
  Log:
  Remove malloc_type's ks_limit.
  
  Updated the kmemzones logic such that the ks_size bitmap can be used as an
  index into it to report the size of the zone used.
  
  Create the kern.malloc sysctl which replaces the kvm mechanism to report
  similar data.  This will provide an easy place for statistics aggregation if
  malloc_type statistics become per cpu data.
  
  Add some code ifdef'd under MALLOC_PROFILING to facilitate a tool for sizing
  the malloc buckets.
  
  Revision  Changes    Path
  1.98      +136 -85   src/sys/kern/kern_malloc.c
  1.60      +1 -4      src/sys/sys/malloc.h
  1.58      +17 -71    src/usr.bin/vmstat/vmstat.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204150405.g3F45rg87583>