Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c911 int32_t numblocks = 0; in create_cache() local
917 numblocks++; in create_cache()
920 nblocks = numblocks; in create_cache()
922 cp->mt_nfree = numblocks; in create_cache()
923 while (numblocks--) { in create_cache()
924 mask |= 0x80 >> numblocks; in create_cache()