K 10 svn:author V 5 harti K 8 svn:date V 27 2003-07-18T16:04:36.000000Z K 7 svn:log V 316 When INVARIANTS is defined make sure that uma_zalloc_arg (and hence uma_zalloc) is called with exactly one of either M_WAITOK or M_NOWAIT and that it is called with neither M_TRYWAIT or M_DONTWAIT. Print a warning if anything is wrong. Default to M_WAITOK of no flag is given. This is the same test as in malloc(9). END