Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A D_malloc.h53 #define KMALLOC_LOOSE_SIZE (KMALLOC_SLAB_SIZE * 4) macro
/dragonfly/sys/kern/
H A Dkern_kmalloc.c901 if (__predict_false(use->loosememuse >= KMALLOC_LOOSE_SIZE)) { in _kmalloc_obj_debug()