Home | History | Annotate | Download | only in Objects

Lines Matching refs:freeblocks

1019          * was full and is in no list -- it's not in the freeblocks

1851 uint freeblocks;
1860 freeblocks = NUMBLOCKS(sz) - p->ref.count;
1861 numfreeblocks[sz] += freeblocks;
1863 if (freeblocks > 0)