cvs commit: src/sys/kern kern_malloc.c
    Robert Watson 
    rwatson at FreeBSD.org
       
    Thu Oct 20 10:41:48 PDT 2005
    
    
  
rwatson     2005-10-20 17:41:47 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             kern_malloc.c 
  Log:
  Add a "show malloc" command to DDB, which prints out the current stats for
  available kernel malloc types.  Quite useful for post-mortem debugging of
  memory leaks without a dump device configured on a panicked box.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.147     +27 -0     src/sys/kern/kern_malloc.c
    
    
More information about the cvs-all
mailing list