nth 2008/02/03 05:37:56 PST DragonFly src repository
Modified files:
sys/kern kern_objcache.c
Log:
Store some empty magazines in depot at objcache creation time. Without this,
objects move between per-cpu caches and the underlying allocator without ever
hitting the depot.
Code-collaboration-with: Matthew Dillon <[EMAIL PROTECTED]>
Revision Changes Path
1.22 +25 -0 src/sys/kern/kern_objcache.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_objcache.c.diff?r1=1.21&r2=1.22&f=u
