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