diff options
Diffstat (limited to 'include/08.heap/heap3.c')
| -rw-r--r-- | include/08.heap/heap3.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/08.heap/heap3.c b/include/08.heap/heap3.c new file mode 100644 index 0000000..dceb8a3 --- /dev/null +++ b/include/08.heap/heap3.c @@ -0,0 +1,7 @@ +int k_heapBMAddBlock(KHEAPBM *heap, uintptr_t addr, uint32_t size, uint32_t + bsize) +{ + KHEAPBLOCKBM *b; + uint32_t bcnt; + uint32_t x; + uint8_t *bm; |
