K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-05-02T02:08:48.000000Z K 7 svn:log V 370 Remove the temporary alignment check in free(). Implement the following checks on freed memory in the bucket path: - Slab membership - Alignment - Duplicate free This previously was only done if we skipped the buckets. This code will slow down INVARIANTS a bit, but it is smp safe. The checks were moved out of the normal path and into hooks supplied in uma_dbg. END