mirror of
https://github.com/ToyB-Chan/minimal-heap.git
synced 2026-07-13 21:51:16 +02:00
wrong return type
This commit is contained in:
@@ -69,7 +69,7 @@ bool MIHP_InitializeHeap(MIHP_Heap* heap, MIHP_HeapConfig config)
|
|||||||
heap->LastSuccessfulAllocationArea = heap->FirstArea;
|
heap->LastSuccessfulAllocationArea = heap->FirstArea;
|
||||||
|
|
||||||
heap->FirstArea->Checksum = MIHP_GenerateHeapMemoryAreaChecksum(heap, heap->FirstArea);
|
heap->FirstArea->Checksum = MIHP_GenerateHeapMemoryAreaChecksum(heap, heap->FirstArea);
|
||||||
return heap;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MIHP_IsHeapInitialized(const MIHP_Heap* heap)
|
bool MIHP_IsHeapInitialized(const MIHP_Heap* heap)
|
||||||
|
|||||||
Reference in New Issue
Block a user