aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/heap11.c
blob: 90d72d613c376f41dff8f1d003c2f3a0fe626a0b (plain)
1
2
3
4
5
6
7
8
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;