Searched refs:UMA_ZONE_MALLOC (Results 1 – 4 of 4) sorted by relevance
242 #define UMA_ZONE_MALLOC 0x0010 /* For use by malloc(9) only! */ macro287 (UMA_ZONE_NOTOUCH | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
1569 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()
1194 align, UMA_ZONE_MALLOC); in mallocinit()