| # | Line 160 | Line 160 | unsigned *np; | |
|---|---|---|
| 160 | ||
| 161 | for ( ; ; ) { | |
| 162 | /* compact free lists */ | |
| 163 | < | compactfree(); |
| 163 | > | while (compactfree()) |
| 164 | > | ; |
| 165 | /* find largest block */ | |
| 166 | tab = mtab(&cptab); tablen = mtablen(&cptab); | |
| 167 | big = tab; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |