Date: Thu, 20 Oct 2005 17:41:47 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c Message-ID: <200510201741.j9KHflpn016524@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510201741.j9KHflpn016524>