rwatson     2005-07-14 16:17:21 UTC
  FreeBSD src repository
  Modified files:
    sys/vm               uma_core.c uma_int.h 
  Log:
  In addition to tracking allocs in the zone, also track frees.  Add
  a zone free counter, as well as a cache free counter.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.121     +5 -0      src/sys/vm/uma_core.c
  1.32      +2 -0      src/sys/vm/uma_int.h