Searched refs:UMA_ZONE_MALLOC (Results 1 – 4 of 4) sorted by relevance
230 #define UMA_ZONE_MALLOC 0x0010 /* For use by malloc(9) only! */ macro262 (UMA_ZONE_OFFPAGE | UMA_ZONE_MALLOC | UMA_ZONE_HASH | \
833 if ((keg->uk_flags & UMA_ZONE_MALLOC) == 0) in keg_alloc_slab()1279 if (arg->flags & UMA_ZONE_REFCNT || arg->flags & UMA_ZONE_MALLOC) in keg_ctor()2555 if (zone->uz_flags & UMA_ZONE_MALLOC) in uma_zfree_arg()2751 if ((zone->uz_flags & UMA_ZONE_MALLOC) && udata != NULL) in zone_free_item()
770 UMA_ALIGN_PTR, UMA_ZONE_MALLOC); in kmeminit()784 UMA_ALIGN_PTR, UMA_ZONE_MALLOC); in kmeminit()
128 { UMA_ZONE_MALLOC, "malloc" },