Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c949 cache_t *thiscache; in reinit_cpu_list() local
964 for (thiscache = cachehead->mt_cache; thiscache != NULL; in reinit_cpu_list()
965 thiscache = thiscache->mt_next) { in reinit_cpu_list()
1044 while (thiscache != NULL && thiscache->mt_nfree == 0) in malloc_internal()
1045 thiscache = thiscache->mt_next; in malloc_internal()
1052 while (thiscache != NULL && thiscache != hintcache && in malloc_internal()
1054 thiscache = thiscache->mt_next; in malloc_internal()
1057 thiscache = NULL; in malloc_internal()
1147 assert(ret + thiscache->mt_size <= thiscache->mt_freelist + in malloc_internal()
1517 thiscache = thiscache->mt_next) { in malloc_prepare()
[all …]