aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/deo17
diff options
context:
space:
mode:
Diffstat (limited to 'include/08.heap/deo17')
-rw-r--r--include/08.heap/deo173
1 files changed, 0 insertions, 3 deletions
diff --git a/include/08.heap/deo17 b/include/08.heap/deo17
deleted file mode 100644
index d20be4c..0000000
--- a/include/08.heap/deo17
+++ /dev/null
@@ -1,3 +0,0 @@
- if (bm[x] == 0) {
- /* count free blocks */
- for (y = 0; bm[x + y] == 0 && y < bneed && (x + y) < bcnt; ++y);