K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2003-08-02T22:40:27.000000Z K 7 svn:log V 334 When INVARIANTS is on and we're in uma_zalloc_free(), we need to make sure that uma_dbg_free() is called if we're about to call uma_zfree_internal() but we're asking it to skip the dtor and uma_dbg_free() call itself. So, if we're about to call uma_zfree_internal() from uma_zfree_arg() and skip == 1, call uma_dbg_free() ourselves. END