Home
last modified time | relevance | path

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

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