Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma.h242 #define UMA_ZONE_MALLOC 0x0010 /* For use by malloc(9) only! */ macro
287 (UMA_ZONE_NOTOUCH | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
/f-stack/freebsd/vm/
H A Duma.h242 #define UMA_ZONE_MALLOC 0x0010 /* For use by malloc(9) only! */ macro
287 (UMA_ZONE_NOTOUCH | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
H A Duma_core.c1569 if ((keg->uk_flags & UMA_ZONE_MALLOC) == 0) in keg_alloc_slab()
2283 if (arg->flags & UMA_ZONE_MALLOC) in keg_ctor()
3266 if ((zone->uz_flags & UMA_ZONE_MALLOC) != 0) in item_dtor()
/f-stack/freebsd/kern/
H A Dkern_malloc.c1194 align, UMA_ZONE_MALLOC); in mallocinit()