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

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c109 static struct zone *mcache_zone; variable in typeref:struct:zone
204 mcache_zone = zinit(MCACHE_ALLOC_SIZE, 256 * MCACHE_ALLOC_SIZE,
206 if (mcache_zone == NULL)
208 zone_change(mcache_zone, Z_CALLERACCT, FALSE);
311 buf = zalloc(mcache_zone);
313 buf = zalloc_noblock(mcache_zone);
446 zfree(mcache_zone, buf);
893 zfree(mcache_zone, *pbuf);

Completed in 23 milliseconds