Date: Mon, 5 May 2003 01:32:53 -0700 (PDT) From: Poul-Henning Kamp <phk@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: <200305050832.h458WrXU046113@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/05/05 01:32:53 PDT FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: Add two KASSERTS which trigger if free(9) would drag the "memuse" statistic for a malloc bucket under zero. This typically happens if you malloc(9) from one bucket and free to another. Revision Changes Path 1.123 +6 -0 src/sys/kern/kern_malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305050832.h458WrXU046113>