K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-10-24T07:59:03.000000Z K 7 svn:log V 435 - Now that uma_zalloc_internal is not the fast path don't be so fussy about extra function calls. Refactor uma_zalloc_internal into seperate functions for finding the most appropriate slab, filling buckets, allocating single items, and pulling items off of slabs. This makes the code significantly cleaner. - This also fixes the "Returning an empty bucket." panic that a few people have seen. Tested On: alpha, x86 END