Searched defs:hintcache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c1012 cache_t *thiscache, *hintcache; local
1050 hintcache = cachehead->mt_hint;
1052 while (thiscache != NULL && thiscache != hintcache &&
1056 if (thiscache == hintcache)

Completed in 56 milliseconds