DragonFly commits List (threaded) for 2005-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/conf files src/sys/kern kern_objcache.c src/sys/sys objcache.h
hsu 2005/06/07 12:07:11 PDT
DragonFly src repository
Modified files:
sys/conf files
Added files:
sys/kern kern_objcache.c
sys/sys objcache.h
Log:
Generic cache of pre-initialized objects. It uses per-cpu caches
for MP-safety, was designed to be NUMA-aware, and works on top of
any storage allocator. The object cache is largely inspired by the
object cache portion of Sun's slab allocator.
Revision Changes Path
1.92 +1 -0 src/sys/conf/files
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.diff?r1=1.91&r2=1.92&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]