Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_malloc.c178 static uma_zone_t mt_stats_zone; variable
1063 mt_stats_zone = uma_zcreate("mt_stats_zone", in mallocinit()
1112 mtip->mti_stats = uma_zalloc_pcpu(mt_stats_zone, M_WAITOK | M_ZERO); in malloc_init()
1174 uma_zfree_pcpu(mt_stats_zone, mtip->mti_stats); in malloc_uninit()