aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/heap2.c
blob: 875769476ce9b9ed25aa6027466894be7f887457 (plain)
1
2
3
4
void k_heapBMInit(KHEAPBM *heap)
{
    heap->fblock = 0;
}