Date: Sun, 19 Apr 2009 12:41:37 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_malloc.c Message-ID: <200904191241.n3JCfjEm031434@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-04-19 12:41:37 UTC FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: SVN rev 191268 on 2009-04-19 12:41:37Z by rwatson struct malloc_type has had a 'magic' field statically initialized to M_MAGIC by MALLOC_DEFINE() for a long time; add assertions that malloc_type's passed to malloc(), free(), etc have that magic set. MFC after: 2 weeks Revision Changes Path 1.170 +13 -1 src/sys/kern/kern_malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904191241.n3JCfjEm031434>