Home
last modified time | relevance | path

Searched refs:malloc_slab_destroy (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/kern/
HDkern_kmalloc.c124 static void malloc_slab_destroy(struct malloc_type *type,
341 malloc_slab_destroy(type, &mgt->active); in malloc_mgt_uninit()
345 malloc_slab_destroy(type, &mgt->alternate); in malloc_mgt_uninit()
348 malloc_slab_destroy(type, &mgt->partial); in malloc_mgt_uninit()
349 malloc_slab_destroy(type, &mgt->full); in malloc_mgt_uninit()
350 malloc_slab_destroy(type, &mgt->empty); in malloc_mgt_uninit()
365 malloc_slab_destroy(struct malloc_type *type, struct kmalloc_slab **slabp) in malloc_slab_destroy() function