Generic cache of pre-initialized objects. It uses per-cpu caches
authorJeffrey Hsu <hsu@dragonflybsd.org>
Tue, 7 Jun 2005 19:07:11 +0000 (19:07 +0000)
committerJeffrey Hsu <hsu@dragonflybsd.org>
Tue, 7 Jun 2005 19:07:11 +0000 (19:07 +0000)
commit8a268428c0463ca5450fd4c4ec58fce9d4bd9d8d
treedf6104787e1bda414f4c844ed0f1355da3aa8b64
parentb5b0912b1891e95ccc48cad83f09239ccb7ffc16
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.
sys/conf/files
sys/kern/kern_objcache.c [new file with mode: 0644]
sys/sys/objcache.h [new file with mode: 0644]