aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/deo14
diff options
context:
space:
mode:
Diffstat (limited to 'include/08.heap/deo14')
-rw-r--r--include/08.heap/deo144
1 files changed, 0 insertions, 4 deletions
diff --git a/include/08.heap/deo14 b/include/08.heap/deo14
deleted file mode 100644
index 8bfb6f0..0000000
--- a/include/08.heap/deo14
+++ /dev/null
@@ -1,4 +0,0 @@
- /* iterate blocks */
- for (b = heap->fblock; b; b = b->next) {
- /* check if block has enough room */
- if (b->size - (b->used * b->bsize) >= size) {