Home | History | Annotate | Download | only in Objects

Lines Matching refs:freeblocks

1639      * was full and is in no list -- it's not in the freeblocks
2577 uint freeblocks;
2588 freeblocks = NUMBLOCKS(sz) - p->ref.count;
2589 numfreeblocks[sz] += freeblocks;
2591 if (freeblocks > 0)