malloc_slab_destroy
static void malloc_slab_destroy(struct malloc_type *type,
malloc_slab_destroy(type, &mgt->active);
malloc_slab_destroy(type, &mgt->alternate);
malloc_slab_destroy(type, &mgt->partial);
malloc_slab_destroy(type, &mgt->full);
malloc_slab_destroy(type, &mgt->empty);