aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/deo13
diff options
context:
space:
mode:
Diffstat (limited to 'include/08.heap/deo13')
-rw-r--r--include/08.heap/deo137
1 files changed, 0 insertions, 7 deletions
diff --git a/include/08.heap/deo13 b/include/08.heap/deo13
deleted file mode 100644
index 369c3f3..0000000
--- a/include/08.heap/deo13
+++ /dev/null
@@ -1,7 +0,0 @@
-void *k_heapBMAlloc(KHEAPBM *heap, uint32_t size) {
- KHEAPBLOCKBM *b;
- uint8_t *bm;
- uint32_t bcnt;
- uint32_t x, y, z;
- uint32_t bneed;
- uint8_t nid;