aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/deo24
blob: e9c116b6425b22c668be4ebc257ef3dca372e770 (plain)
1
2
3
4
5
6
7
void k_heapBMFree(KHEAPBM *heap, void *ptr) {
    KHEAPBLOCKBM    *b;
    uintptr_t       ptroff;
    uint32_t        bi, x;
    uint8_t         *bm;
    uint8_t         id;
    uint32_t        max;