Searched refs:which_bit (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c449 int32_t which_bit; local
524 * which_bit is the bit offset into the byte in the freelist.
530 which_bit = i % FREEMASK_BITS;
544 if (atomic_set_long_excl(freemask, which_bit) != 0) {

Completed in 31 milliseconds