Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   thorpej
Date:           Thu Jul 26 19:05:04 UTC 2001

Modified Files:
        syssrc/sys/kern: uipc_mbuf.c
        syssrc/sys/sys: mbuf.h

Log Message:
Use pool_cache_*() for mbufs and clusters.  While we don't use the
ctor/dtor feature, it's still faster to allocate from the cache groups
than it is from the pool (cache groups are analogous to "magazines"
in the Solaris SLAB allocator).


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/kern/uipc_mbuf.c
cvs rdiff -r1.59 -r1.60 syssrc/sys/sys/mbuf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index