Searched refs:mt_zone (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dkern_malloc.c185 static uma_zone_t mt_zone; variable
764 mt_zone = uma_zcreate("mt_zone", sizeof(struct malloc_type_internal),
804 mtip = uma_zalloc(mt_zone, M_WAITOK | M_ZERO);
866 uma_zfree_arg(mt_zone, mtip, slab);

Completed in 45 milliseconds