cvs commit: src/sys/kern kern_mbuf.c
Mike Silbersack
silby at FreeBSD.org
Thu Jun 23 04:33:39 GMT 2005
silby 2005-06-23 04:33:39 UTC
FreeBSD src repository
Modified files:
sys/kern kern_mbuf.c
Log:
Change the mbuf, mbuf cluster, and mbuf packet allocation routines so that
the UMA "trash" allocator is used - this ensures that any writes to a freed
mbuf should provoke a panic.
Only enabled under INVARIANTS, of course.
Approved by: re (scottl)
Revision Changes Path
1.8 +34 -0 src/sys/kern/kern_mbuf.c
More information about the cvs-src
mailing list