Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h46 size_t mt_nfree; /* how many freeblocks do we have */ member
H A Dmtmalloc.c453 cacheptr->mt_nfree++; in free()
922 cp->mt_nfree = numblocks; in create_cache()
933 cp->mt_nfree = ((nblocks >> 3) << 3); in create_cache()
967 if (thiscache->mt_nfree == 0) { in reinit_cpu_list()
1044 while (thiscache != NULL && thiscache->mt_nfree == 0) in malloc_internal()
1053 thiscache->mt_nfree == 0) in malloc_internal()
1124 thiscache->mt_nfree--; in malloc_internal()