K 10 svn:author V 7 glebius K 8 svn:date V 27 2013-01-29T13:49:58.467972Z K 7 svn:log V 323 Don't hardcode slab size in UMA_SMALLEST_UNIT and UMA_MAX_WASTE. Instead calculate these values based on keg->uk_slabsize, where it is possible. This means, that on zones with a smaller slab size, like pcpu zones we can go for items smaller than 16 bytes. This allows us to reduce UMA waste for uint64_t pcpu zone by 100%. END