Searched refs:UMA_ZONE_MALLOC (Results 1 – 4 of 4) sorted by relevance
253 #define UMA_ZONE_MALLOC 0x0010 /* For use by malloc(9) only! */ macro289 (UMA_ZONE_OFFPAGE | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
971 if ((keg->uk_flags & UMA_ZONE_MALLOC) == 0) in keg_alloc_slab()1435 if (arg->flags & UMA_ZONE_REFCNT || arg->flags & UMA_ZONE_MALLOC) in keg_ctor()2690 if (zone->uz_flags & UMA_ZONE_MALLOC) in uma_zfree_arg()2927 if (zone->uz_flags & UMA_ZONE_MALLOC) in zone_free_item()
801 UMA_ALIGN_PTR, UMA_ZONE_MALLOC); in mallocinit()815 UMA_ALIGN_PTR, UMA_ZONE_MALLOC); in mallocinit()
130 { UMA_ZONE_MALLOC, "malloc" },