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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c110 static struct zone *mcache_zone; variable in typeref:struct:zone
191 mcache_zone = zinit(MCACHE_ALLOC_SIZE, 256 * MCACHE_ALLOC_SIZE,
193 if (mcache_zone == NULL)
279 buf = zalloc(mcache_zone);
281 buf = zalloc_noblock(mcache_zone);
413 zfree(mcache_zone, buf);
847 zfree(mcache_zone, *pbuf);

Completed in 13 milliseconds