K 10 svn:author V 4 jake K 8 svn:date V 27 2002-12-27T19:31:26.000000Z K 7 svn:log V 352 Define UMA_MD_SMALL_ALLOC so that uma_small_alloc and uma_small_free will be used for zones that allocate objects of less 1 page. The biggest advantage of this is that all of a sudden the majority of kernel malloc-ed data doesn't need kva allocated for it. Besides microbenchmarks I haven't seen a measurable performance improvement from doing this. END