aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/deo17
blob: d20be4c1ed97a69bcb4935388824b5207a1aff47 (plain)
1
2
3
                if (bm[x] == 0) {
                    /* count free blocks */
                    for (y = 0; bm[x + y] == 0 && y < bneed && (x + y) < bcnt; ++y);