aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/deo15
diff options
context:
space:
mode:
Diffstat (limited to 'include/08.heap/deo15')
-rw-r--r--include/08.heap/deo153
1 files changed, 0 insertions, 3 deletions
diff --git a/include/08.heap/deo15 b/include/08.heap/deo15
deleted file mode 100644
index a867821..0000000
--- a/include/08.heap/deo15
+++ /dev/null
@@ -1,3 +0,0 @@
- bcnt = b->size / b->bsize;
- bneed = (size / b->bsize) * b->bsize < size ? size / b->bsize + 1 : size / b->bsize;
- bm = (uint8_t*)&b[1];