K 10 svn:author V 7 wollman K 8 svn:date V 27 1997-02-13T19:41:40.000000Z K 7 svn:log V 326 Provide an alternative mbuf cluster allocator which permits use of clusters greater than one page in length by calling contigmalloc1(). This uses a helper process `mclalloc' to do the allocation if the system runs out at interrupt time to avoid calling contigmalloc at high spl. It is not yet clear to me whether this works. END